summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-10-16 01:13:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-10-16 01:13:06 +0000
commit0cead1cfef0551d4a012fc01f832282b4a4e8020 (patch)
tree0c45ec5bb1b7a3d7272b54c12458f9d49ea52860 /test/CodeGen
parent27c28cef11da5373d9a146060f9c10a3c6ab58e3 (diff)
downloadllvm-0cead1cfef0551d4a012fc01f832282b4a4e8020.tar.gz
llvm-0cead1cfef0551d4a012fc01f832282b4a4e8020.tar.bz2
llvm-0cead1cfef0551d4a012fc01f832282b4a4e8020.tar.xz
Fix the cpu name and add -verify-machineinstrs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/pr14088.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr14088.ll b/test/CodeGen/X86/pr14088.ll
index bd08f2c106..505e3b5cf2 100644
--- a/test/CodeGen/X86/pr14088.ll
+++ b/test/CodeGen/X86/pr14088.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64-linux -mcpu core %s -o - | FileCheck %s
+; RUN: llc -mtriple x86_64-linux -mcpu core2 -verify-machineinstrs %s -o - | FileCheck %s
define i32 @f(i1 %foo, i16* %tm_year2, i8* %bar, i16 %zed, i32 %zed2) {
entry:
br i1 %foo, label %return, label %if.end