summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-08-30 10:48:29 +0000
committerDuncan Sands <baldrick@free.fr>2010-08-30 10:48:29 +0000
commitcdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3 (patch)
tree15c5097462794385fd0da076d2ec66a96c6cd7b8 /test/CodeGen/Thumb
parent37b25ab2a9557c8664b8d20a493e8febd7242fcf (diff)
downloadexternal_llvm-cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3.zip
external_llvm-cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3.tar.gz
external_llvm-cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3.tar.bz2
Correct bogus module triple specifications.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r--test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll b/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
index 2074bfd..929c472 100644
--- a/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
+++ b/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s | not grep r11
-target triple = "thumb-linux-gnueabi"
+target triple = "thumb-unknown-linux-gnueabi"
%struct.__sched_param = type { i32 }
%struct.pthread_attr_t = type { i32, i32, %struct.__sched_param, i32, i32, i32, i32, i8*, i32 }
@i.1882 = internal global i32 1 ; <i32*> [#uses=2]