summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-05-15 22:23:21 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-05-15 22:23:21 +0000
commit37d3825022b75b27afca3e8d042d09cc0798f1ff (patch)
tree761caa9db54437056c03e28a30f5759582333c4b
parent80267a0a37efe7650a66888c86f43eee7cde3b18 (diff)
downloadbcm5719-llvm-37d3825022b75b27afca3e8d042d09cc0798f1ff.tar.gz
bcm5719-llvm-37d3825022b75b27afca3e8d042d09cc0798f1ff.zip
Set an explicit triple for this test.
This allows the test to correctly check symbol names. llvm-svn: 181939
-rw-r--r--llvm/test/CodeGen/X86/peep-test-4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/peep-test-4.ll b/llvm/test/CodeGen/X86/peep-test-4.ll
index 91c37fbffba..bc090c176b0 100644
--- a/llvm/test/CodeGen/X86/peep-test-4.ll
+++ b/llvm/test/CodeGen/X86/peep-test-4.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
declare void @foo(i32)
; CHECK: neg:
OpenPOWER on IntegriCloud