X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FMips%2F2009-11-16-CstPoolLoad.ll;h=636b318014a553333f4c3a22539a65e08ba9f4d8;hb=1665b0a2246c83a2c123be105a1a167cf2b423fe;hp=f59639f66adfca7d720fe00fc79cebab44c1ffe7;hpb=6e0b658dadc15aecc4e8503b39741148cf18ee1f;p=oota-llvm.git diff --git a/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll b/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll index f59639f66ad..636b318014a 100644 --- a/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll +++ b/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll @@ -4,7 +4,7 @@ target triple = "mips-unknown-linux" define float @h() nounwind readnone { entry: -; CHECK: lui $2, %hi($CPI1_0) +; CHECK: lw $2, %got($CPI1_0)($gp) ; CHECK: lwc1 $f0, %lo($CPI1_0)($2) ret float 0x400B333340000000 }