summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/jump_tables.ll
diff options
context:
space:
mode:
authorTom Roeder <tmroeder@google.com>2014-06-05 21:40:13 +0000
committerTom Roeder <tmroeder@google.com>2014-06-05 21:40:13 +0000
commit4b239ed3ecf57f6ab27dc0aa61a293c89cb45c66 (patch)
tree258598b558be07333b32f8af30ec89a5f09c1757 /llvm/test/CodeGen/ARM/jump_tables.ll
parentc286f4bf2a5f9ca263cb9e95a53e5d8ee46f16a1 (diff)
downloadbcm5719-llvm-4b239ed3ecf57f6ab27dc0aa61a293c89cb45c66.tar.gz
bcm5719-llvm-4b239ed3ecf57f6ab27dc0aa61a293c89cb45c66.zip
Adding explicit triples to the ARM jumptable tests
llvm-svn: 210288
Diffstat (limited to 'llvm/test/CodeGen/ARM/jump_tables.ll')
-rw-r--r--llvm/test/CodeGen/ARM/jump_tables.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/jump_tables.ll b/llvm/test/CodeGen/ARM/jump_tables.ll
index 61c7e43adfe..907a86c2538 100644
--- a/llvm/test/CodeGen/ARM/jump_tables.ll
+++ b/llvm/test/CodeGen/ARM/jump_tables.ll
@@ -1,5 +1,5 @@
-; RUN: llc <%s -march=arm -jump-table-type=single | FileCheck --check-prefix=ARM %s
-; RUN: llc <%s -march=thumb -jump-table-type=single | FileCheck --check-prefix=THUMB %s
+; RUN: llc <%s -mtriple=arm-unknown-linux-gnueabi -jump-table-type=single | FileCheck --check-prefix=ARM %s
+; RUN: llc <%s -mtriple=thumb-unknown-linux-gnueabi -jump-table-type=single | FileCheck --check-prefix=THUMB %s
define void @indirect_fun() unnamed_addr jumptable {
ret void
OpenPOWER on IntegriCloud