@@ -79,7 +79,7 @@ TEST(DroppedVariableStatsIR, BothDeleted) {
79
79
ASSERT_TRUE (M);
80
80
81
81
DroppedVariableStatsIR Stats (true );
82
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
82
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
83
83
84
84
// This loop simulates an IR pass that drops debug information.
85
85
for (auto &F : *M.get ()) {
@@ -134,7 +134,7 @@ TEST(DroppedVariableStatsIR, DbgValLost) {
134
134
ASSERT_TRUE (M);
135
135
136
136
DroppedVariableStatsIR Stats (true );
137
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
137
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
138
138
139
139
// This loop simulates an IR pass that drops debug information.
140
140
for (auto &F : *M.get ()) {
@@ -189,7 +189,7 @@ TEST(DroppedVariableStatsIR, UnrelatedScopes) {
189
189
ASSERT_TRUE (M);
190
190
191
191
DroppedVariableStatsIR Stats (true );
192
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
192
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
193
193
194
194
// This loop simulates an IR pass that drops debug information.
195
195
for (auto &F : *M.get ()) {
@@ -244,7 +244,7 @@ TEST(DroppedVariableStatsIR, ChildScopes) {
244
244
ASSERT_TRUE (M);
245
245
246
246
DroppedVariableStatsIR Stats (true );
247
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
247
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
248
248
249
249
// This loop simulates an IR pass that drops debug information.
250
250
for (auto &F : *M.get ()) {
@@ -300,7 +300,7 @@ TEST(DroppedVariableStatsIR, InlinedAt) {
300
300
ASSERT_TRUE (M);
301
301
302
302
DroppedVariableStatsIR Stats (true );
303
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
303
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
304
304
305
305
// This loop simulates an IR pass that drops debug information.
306
306
for (auto &F : *M.get ()) {
@@ -356,7 +356,7 @@ TEST(DroppedVariableStatsIR, InlinedAtShared) {
356
356
ASSERT_TRUE (M);
357
357
358
358
DroppedVariableStatsIR Stats (true );
359
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
359
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
360
360
361
361
// This loop simulates an IR pass that drops debug information.
362
362
for (auto &F : *M.get ()) {
@@ -413,7 +413,7 @@ TEST(DroppedVariableStatsIR, InlinedAtChild) {
413
413
ASSERT_TRUE (M);
414
414
415
415
DroppedVariableStatsIR Stats (true );
416
- Stats.runBeforePass (llvm::Any (const_cast <const llvm::Module *>(M.get ())));
416
+ Stats.runBeforePass (" " , llvm::Any (const_cast <const llvm::Module *>(M.get ())));
417
417
418
418
// This loop simulates an IR pass that drops debug information.
419
419
for (auto &F : *M.get ()) {
0 commit comments