aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit855ff183b9f688c9444285bc62ba708b910a66c4 (patch)
tree025bb4e3881d076c506cda2c00f792f3b8c5ce56 /test/CodeGen/X86/pr9127.ll
parentf297c931913ec4285395fa278fa9c9898685c469 (diff)
downloadexternal_llvm-855ff183b9f688c9444285bc62ba708b910a66c4.zip
external_llvm-855ff183b9f688c9444285bc62ba708b910a66c4.tar.gz
external_llvm-855ff183b9f688c9444285bc62ba708b910a66c4.tar.bz2
Add -march to fix the bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr9127.ll')
-rw-r--r--test/CodeGen/X86/pr9127.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr9127.ll b/test/CodeGen/X86/pr9127.ll
index af08490..45b0c6c 100644
--- a/test/CodeGen/X86/pr9127.ll
+++ b/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: