summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avoid-loop-align.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-17 16:29:15 +0000
committerDan Gohman <gohman@apple.com>2010-04-17 16:29:15 +0000
commit4fee6f3bdd0b318d1f259b1a00d67306e695e9fa (patch)
tree15385e7a7fc2704b8eb79adde042756ea08cda7e /llvm/test/CodeGen/X86/avoid-loop-align.ll
parent8422e57baaf8a88d8cca5d09e0f4077582faaaaa (diff)
downloadbcm5719-llvm-4fee6f3bdd0b318d1f259b1a00d67306e695e9fa.tar.gz
bcm5719-llvm-4fee6f3bdd0b318d1f259b1a00d67306e695e9fa.zip
Start function numbering at 0.
llvm-svn: 101638
Diffstat (limited to 'llvm/test/CodeGen/X86/avoid-loop-align.ll')
-rw-r--r--llvm/test/CodeGen/X86/avoid-loop-align.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/avoid-loop-align.ll b/llvm/test/CodeGen/X86/avoid-loop-align.ll
index d4c5c672324..7957db72fe6 100644
--- a/llvm/test/CodeGen/X86/avoid-loop-align.ll
+++ b/llvm/test/CodeGen/X86/avoid-loop-align.ll
@@ -3,9 +3,9 @@
; CodeGen should align the top of the loop, which differs from the loop
; header in this case.
-; CHECK: jmp LBB1_2
+; CHECK: jmp LBB0_2
; CHECK: .align
-; CHECK: LBB1_1:
+; CHECK: LBB0_1:
@A = common global [100 x i32] zeroinitializer, align 32 ; <[100 x i32]*> [#uses=1]
OpenPOWER on IntegriCloud