diff options
-rw-r--r-- | llvm/test/Transforms/InstCombine/debuginfo-skip.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/debuginfo-skip.ll b/llvm/test/Transforms/InstCombine/debuginfo-skip.ll index d591100390f..d2295e29ee4 100644 --- a/llvm/test/Transforms/InstCombine/debuginfo-skip.ll +++ b/llvm/test/Transforms/InstCombine/debuginfo-skip.ll @@ -1,5 +1,6 @@ ; RUN: opt < %s -instcombine -debug -S -o %t 2>&1 | FileCheck %s ; RUN: cat %t | FileCheck %s --check-prefix=CHECK-IR +; REQUIRES: asserts ; Debug output from InstCombine should not have any @llvm.dbg.* instructions visited ; CHECK-NOT: call void @llvm.dbg. |