aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Blackfin
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
commitf03f02354f27ab9ec96cb6c4bba753e1edcf768b (patch)
tree8230136cbb254fd262924c3c232c23085d356e3a /test/CodeGen/Blackfin
parent32ce037e2a83aa4761ebf33ce5b40548f98032ec (diff)
downloadexternal_llvm-f03f02354f27ab9ec96cb6c4bba753e1edcf768b.zip
external_llvm-f03f02354f27ab9ec96cb6c4bba753e1edcf768b.tar.gz
external_llvm-f03f02354f27ab9ec96cb6c4bba753e1edcf768b.tar.bz2
Start function numbering at 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Blackfin')
-rw-r--r--test/CodeGen/Blackfin/jumptable.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Blackfin/jumptable.ll b/test/CodeGen/Blackfin/jumptable.ll
index 5f49e9d..263533c 100644
--- a/test/CodeGen/Blackfin/jumptable.ll
+++ b/test/CodeGen/Blackfin/jumptable.ll
@@ -1,8 +1,8 @@
; RUN: llc < %s -march=bfin -verify-machineinstrs | FileCheck %s
; CHECK: .section .rodata
-; CHECK: JTI1_0:
-; CHECK: .long .BB1_1
+; CHECK: JTI0_0:
+; CHECK: .long .BB0_1
define i32 @oper(i32 %op, i32 %A, i32 %B) {
entry: