summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-04 18:02:37 +0000
committerChris Lattner <sabre@nondot.org>2008-02-04 18:02:37 +0000
commit003de9a81efbd3ad43ad97f72362cd5070722c10 (patch)
tree39f9c02dc051bc648b56e25f5d1f863ba53ede9d /test/CodeGen/Generic/2008-01-30-LoadCrash.ll
parent27a8e0dc2f715da948517a6098f3c43108a87761 (diff)
downloadllvm-003de9a81efbd3ad43ad97f72362cd5070722c10.tar.gz
llvm-003de9a81efbd3ad43ad97f72362cd5070722c10.tar.bz2
llvm-003de9a81efbd3ad43ad97f72362cd5070722c10.tar.xz
remove target triple to make this test more "generic"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2008-01-30-LoadCrash.ll')
-rw-r--r--test/CodeGen/Generic/2008-01-30-LoadCrash.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2008-01-30-LoadCrash.ll b/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
index 5eebfcb91f..8ed4139bd6 100644
--- a/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
+++ b/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
@@ -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 {