Add -march to fix the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2011-02-03 04:21:01 +00:00
parent f297c93191
commit 855ff183b9

View File

@ -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: