summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr9127.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-02-03 04:21:01 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-02-03 04:21:01 +0000
commitf5754b851c22c2ddf783a6065abf7c9112c51557 (patch)
tree324af256e33ac94464fb595c5e635724218ae1a3 /llvm/test/CodeGen/X86/pr9127.ll
parentd11311f29123e98c46310dd9b76c87b71b9f7bae (diff)
downloadbcm5719-llvm-f5754b851c22c2ddf783a6065abf7c9112c51557.tar.gz
bcm5719-llvm-f5754b851c22c2ddf783a6065abf7c9112c51557.zip
Add -march to fix the bots.
llvm-svn: 124774
Diffstat (limited to 'llvm/test/CodeGen/X86/pr9127.ll')
-rw-r--r--llvm/test/CodeGen/X86/pr9127.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr9127.ll b/llvm/test/CodeGen/X86/pr9127.ll
index af08490b83d..45b0c6c7870 100644
--- a/llvm/test/CodeGen/X86/pr9127.ll
+++ b/llvm/test/CodeGen/X86/pr9127.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -march=x86-64 < %s | FileCheck %s
define i8 @foobar(double %d, double* %x) {
entry:
OpenPOWER on IntegriCloud