1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

allow this to work on linux hosts.

llvm-svn: 92407
This commit is contained in:
Chris Lattner 2010-01-02 00:22:15 +00:00
parent fe8af82cd4
commit 9e64bad0da

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86 | FileCheck %s
; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s
; rdar://7475489
define i32 @test1(i32 %a, i32 %b) nounwind ssp {