diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll b/llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll index 32f6ca0ce08..907f4cc4ca3 100644 --- a/llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll +++ b/llvm/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movzbl +; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep xorl define i32 @foo(<4 x float> %a, <4 x float> %b) nounwind { entry: |