Adding explicit triples to the ARM jumptable tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tom Roeder 2014-06-05 21:40:13 +00:00
parent 64bcc6d81e
commit d94cd00219

View File

@ -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