diff options
Diffstat (limited to 'test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll')
-rw-r--r-- | test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll b/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll index 99b863e..e2fdbb3 100644 --- a/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll +++ b/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | not movb +; RUN: llvm-as < %s | llc -march=x86 | not grep movb define i16 @f(i32* %bp, i32* %ss) signext { entry: |