diff options
-rw-r--r-- | llvm/test/DebugInfo/debugify-report-missing-locs-only.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/debugify-report-missing-locs-only.ll b/llvm/test/DebugInfo/debugify-report-missing-locs-only.ll index c559b9656a5..43682768c58 100644 --- a/llvm/test/DebugInfo/debugify-report-missing-locs-only.ll +++ b/llvm/test/DebugInfo/debugify-report-missing-locs-only.ll @@ -1,11 +1,10 @@ -; RUN: opt -check-debugify < %s -S -o - 2>&1 | FileCheck %s +; RUN: opt -check-debugify < %s -S -o - 2>&1 | FileCheck %s -implicit-check-not "ERROR: Instruction with empty DebugLoc in function bar" ; CHECK: ERROR: Instruction with empty DebugLoc in function foo -- ret void define void @foo() !dbg !6 { ret void } -; CHECK-NOT: ERROR: Instruction with empty DebugLoc in function bar define i32 @bar() !dbg !9 { ret i32 0, !dbg !15 } |