diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tail-dup-debugloc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tail-dup-debugloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tail-dup-debugloc.ll b/llvm/test/CodeGen/X86/tail-dup-debugloc.ll index 4907e5244b6..df1a8ee46b4 100644 --- a/llvm/test/CodeGen/X86/tail-dup-debugloc.ll +++ b/llvm/test/CodeGen/X86/tail-dup-debugloc.ll @@ -1,4 +1,4 @@ -; RUN: llc -stop-after=tailduplication < %s | FileCheck %s +; RUN: llc -stop-after=early-tailduplication < %s | FileCheck %s ; ; Check that DebugLoc attached to the branch instruction of ; 'while.cond1.preheader.lr.ph' survives after tailduplication pass. |