projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9ac8c
)
llvm/test/CodeGen/X86/switch-jump-table.ll: Add explicit triple. Local labels have...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 6 Dec 2014 02:03:49 +0000
(
02:03
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 6 Dec 2014 02:03:49 +0000
(
02:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223570
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/switch-jump-table.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/switch-jump-table.ll
b/test/CodeGen/X86/switch-jump-table.ll
index 7ae45b56641cc30c21bc85f9a9fe93a766b89530..a48dcd20bb786dd209fdcb5547b4bb9c61366f6c 100644
(file)
--- a/
test/CodeGen/X86/switch-jump-table.ll
+++ b/
test/CodeGen/X86/switch-jump-table.ll
@@
-1,4
+1,4
@@
-; RUN: llc -m
arch=x86
< %s | FileCheck %s
+; RUN: llc -m
triple=i686-unknown-unknown
< %s | FileCheck %s
; An unreachable default destination is replaced with the most popular case label.