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:
3445ca8
)
Add a triple to switch.ll test.
author
Hans Wennborg
<hans@hanshq.net>
Thu, 16 Apr 2015 15:09:33 +0000
(15:09 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 16 Apr 2015 15:09:33 +0000
(15:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235103
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/switch.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/switch.ll
b/test/CodeGen/X86/switch.ll
index 91252b35dfe654741b2791577abe99a97ab0e7a7..5bacd90793081451b33d0a5f7af89bd7949e101c 100644
(file)
--- a/
test/CodeGen/X86/switch.ll
+++ b/
test/CodeGen/X86/switch.ll
@@
-1,5
+1,5
@@
-; RUN: llc -m
arch=x86-64
%s -o - | FileCheck %s
-; RUN: llc -m
arch=x86-64
%s -o - -O0 | FileCheck --check-prefix=NOOPT %s
+; RUN: llc -m
triple=x86_64-linux-gnu
%s -o - | FileCheck %s
+; RUN: llc -m
triple=x86_64-linux-gnu
%s -o - -O0 | FileCheck --check-prefix=NOOPT %s
declare void @g(i32)