diff options
-rw-r--r-- | test/CodeGen/X86/2006-05-08-InstrSched.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2006-05-08-InstrSched.ll b/test/CodeGen/X86/2006-05-08-InstrSched.ll index 5fd9c026f8..f7bceedfe7 100644 --- a/test/CodeGen/X86/2006-05-08-InstrSched.ll +++ b/test/CodeGen/X86/2006-05-08-InstrSched.ll @@ -1,3 +1,4 @@ +; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static -sched-lower-defnuse && ; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static -sched-lower-defnuse | not grep 'xorb $16, %cl' %A = external global ushort* |