1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

remove target triple to make this test more "generic"

llvm-svn: 46711
This commit is contained in:
Chris Lattner 2008-02-04 18:02:37 +00:00
parent c84b3400b2
commit cad0478491

View File

@ -1,7 +1,5 @@
; RUN: llvm-as < %s | llc
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i686-pc-linux-gnu"
@letters.3100 = external constant [63 x i8] ; <[63 x i8]*> [#uses=2]
define i32 @mkstemps(i8* %pattern, i32 %suffix_len, i64 %tmp42.rle) nounwind {