Add a triple to fix test on bots after 275320.

llvm-svn: 275327
This commit is contained in:
Nico Weber 2016-07-13 22:19:40 +00:00
parent 1824e411c6
commit b888555bcc
1 changed files with 1 additions and 1 deletions

View 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}