Make this test less sensitive to assembler differences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-08-18 17:19:46 +00:00
parent 633a016493
commit 9ae003d334

View File

@ -5,7 +5,7 @@
; Don't omit these labels' definitions. ; Don't omit these labels' definitions.
; CHECK: bux: ; CHECK: bux:
; CHECK: .LBB1_1: ; CHECK: LBB1_1:
define void @bux(i32 %p_53) nounwind optsize { define void @bux(i32 %p_53) nounwind optsize {
entry: entry:
@ -28,9 +28,9 @@ declare i32 @baz(...)
; Don't omit this label in the assembly output. ; Don't omit this label in the assembly output.
; CHECK: int321: ; CHECK: int321:
; CHECK: jne .LBB2_1 ; CHECK: LBB2_1
; CHECK: jle .LBB2_1 ; CHECK: LBB2_1
; CHECK: .LBB2_1: ; CHECK: LBB2_1:
define void @int321(i8 signext %p_103, i32 %uint8p_104) nounwind readnone { define void @int321(i8 signext %p_103, i32 %uint8p_104) nounwind readnone {
entry: entry: