summaryrefslogtreecommitdiffstats
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
commit7f4f79a5bcc48f50f59cfbf0eb8ce8a5dee94373 (patch)
treefe16188a57d3ff3a69b974a59db0b40ad823be92
parent968a1b58faf1495d656d782bb4525575287bc9c5 (diff)
downloadbcm5719-llvm-7f4f79a5bcc48f50f59cfbf0eb8ce8a5dee94373.tar.gz
bcm5719-llvm-7f4f79a5bcc48f50f59cfbf0eb8ce8a5dee94373.zip
Fix the cpu name and add -verify-machineinstrs.
llvm-svn: 166003
-rw-r--r--llvm/test/CodeGen/X86/pr14088.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr14088.ll b/llvm/test/CodeGen/X86/pr14088.ll
index bd08f2c1065..505e3b5cf26 100644
--- a/llvm/test/CodeGen/X86/pr14088.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud