Add a triple to fix test on bots after 275320.
authorNico Weber <nicolasweber@gmx.de>
Wed, 13 Jul 2016 22:19:40 +0000 (22:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 13 Jul 2016 22:19:40 +0000 (22:19 +0000)
llvm-svn: 275327

llvm/test/CodeGen/X86/fast-isel-call.ll

index ac70458..893008f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 | FileCheck %s
+; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 -mtriple=i686-apple-darwin8 | FileCheck %s
 
 %struct.s = type {i32, i32, i32}