summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/Mips/relocation-xfail.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/relocation-xfail.s b/llvm/test/MC/Mips/relocation-xfail.s
index 2db2c469855..dcb78beb413 100644
--- a/llvm/test/MC/Mips/relocation-xfail.s
+++ b/llvm/test/MC/Mips/relocation-xfail.s
@@ -11,10 +11,12 @@
// The addend must therefore be 0x9.
// DATA-LABEL: Name: .text
// DATA: SectionData (
-// DATA: 0000: 30430000 30420009
+// DATA: 0000: 30430000 30420009 30430000 30420009
addiu $2, $3, %got(baz)
addiu $2, $2, %lo(baz)
baz:
+ addiu $2, $3, %hi(baz)
+ addiu $2, $2, %lo(baz)
// DATA-LABEL: Name: .data
// DATA: SectionData (
OpenPOWER on IntegriCloud