summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
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/Mips
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/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll b/llvm/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
index 636b318014a..b8d68269af4 100644
--- a/llvm/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
+++ b/llvm/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
@@ -4,7 +4,7 @@ target triple = "mips-unknown-linux"
define float @h() nounwind readnone {
entry:
-; CHECK: lw $2, %got($CPI1_0)($gp)
-; CHECK: lwc1 $f0, %lo($CPI1_0)($2)
+; CHECK: lw $2, %got($CPI0_0)($gp)
+; CHECK: lwc1 $f0, %lo($CPI0_0)($2)
ret float 0x400B333340000000
}
OpenPOWER on IntegriCloud