summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-mul-lohi.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:38 +0000
commitddbfbcf72e72d18b5aa149f37227961eac828030 (patch)
tree59fb4f21e535731a21840d1183302a263ccdaf2b /test/CodeGen/X86/fold-mul-lohi.ll
parent4491aa49b3528981643facb4872f2a2ba6c5745e (diff)
downloadllvm-ddbfbcf72e72d18b5aa149f37227961eac828030.tar.gz
llvm-ddbfbcf72e72d18b5aa149f37227961eac828030.tar.bz2
llvm-ddbfbcf72e72d18b5aa149f37227961eac828030.tar.xz
test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are useless to Win64 target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-mul-lohi.ll')
-rw-r--r--test/CodeGen/X86/fold-mul-lohi.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fold-mul-lohi.ll b/test/CodeGen/X86/fold-mul-lohi.ll
index 0351ecab11..5614c808d0 100644
--- a/test/CodeGen/X86/fold-mul-lohi.ll
+++ b/test/CodeGen/X86/fold-mul-lohi.ll
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=x86 | not grep lea
-; RUN: llc < %s -march=x86-64 | not grep lea
+; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; CHECK-NOT: lea
@B = external global [1000 x i8], align 32
@A = external global [1000 x i8], align 32