diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-10-12 09:10:27 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-12 09:10:27 +0000 |
| commit | f8e28b152a538b22a6150dc3ace1bc0bf8169c93 (patch) | |
| tree | 516c5a5cc1b027799d113dcbdb827a4aa0ebeaef | |
| parent | b83a379f4fa53f57726eef0a6c4a235a4009ec48 (diff) | |
| download | bcm5719-llvm-f8e28b152a538b22a6150dc3ace1bc0bf8169c93.tar.gz bcm5719-llvm-f8e28b152a538b22a6150dc3ace1bc0bf8169c93.zip | |
Doh.
llvm-svn: 42901
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll b/llvm/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll index 99b863ee214..e2fdbb32bde 100644 --- a/llvm/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll +++ b/llvm/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: |

