diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-07-13 22:19:40 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-07-13 22:19:40 +0000 |
commit | b888555bcca80eb679460b7ecc1316dd017eeeb2 (patch) | |
tree | 4aafe35bcbc03125fec14698cdf88d219927fb81 | |
parent | 1824e411c6e2eee5b0517492a0f1ac267eea7b27 (diff) | |
download | bcm5719-llvm-b888555bcca80eb679460b7ecc1316dd017eeeb2.tar.gz bcm5719-llvm-b888555bcca80eb679460b7ecc1316dd017eeeb2.zip |
Add a triple to fix test on bots after 275320.
llvm-svn: 275327
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-call.ll b/llvm/test/CodeGen/X86/fast-isel-call.ll index ac7045893ac..893008fd314 100644 --- a/llvm/test/CodeGen/X86/fast-isel-call.ll +++ b/llvm/test/CodeGen/X86/fast-isel-call.ll @@ -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} |