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:
633a016
)
Make this test less sensitive to assembler differences.
author
Dan Gohman
<gohman@apple.com>
Tue, 18 Aug 2009 17:19:46 +0000
(17:19 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 18 Aug 2009 17:19:46 +0000
(17:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79348
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/omit-label.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/omit-label.ll
b/test/CodeGen/X86/omit-label.ll
index 35e6427dafac345df15050f8eb0953b376e7e200..9ff6816655400e7a17395f7e40afc602fea2bed1 100644
(file)
--- a/
test/CodeGen/X86/omit-label.ll
+++ b/
test/CodeGen/X86/omit-label.ll
@@
-5,7
+5,7
@@
; Don't omit these labels' definitions.
; CHECK: bux:
-; CHECK:
.
LBB1_1:
+; CHECK: LBB1_1:
define void @bux(i32 %p_53) nounwind optsize {
entry:
@@
-28,9
+28,9
@@
declare i32 @baz(...)
; Don't omit this label in the assembly output.
; CHECK: int321:
-; CHECK:
jne .
LBB2_1
-; CHECK:
jle .
LBB2_1
-; CHECK:
.
LBB2_1:
+; CHECK: LBB2_1
+; CHECK: LBB2_1
+; CHECK: LBB2_1:
define void @int321(i8 signext %p_103, i32 %uint8p_104) nounwind readnone {
entry: