diff options
| author | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-05-21 10:04:39 +0000 |
|---|---|---|
| committer | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-05-21 10:04:39 +0000 |
| commit | 1e0a69f22213fa223f229d908698cd36d7b54963 (patch) | |
| tree | 3e4959c919fa089dafde528ed44af5b170c5e515 | |
| parent | e6651618a83734284fea322bd5a0387d39694f77 (diff) | |
| download | bcm5719-llvm-1e0a69f22213fa223f229d908698cd36d7b54963.tar.gz bcm5719-llvm-1e0a69f22213fa223f229d908698cd36d7b54963.zip | |
[mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s.
llvm-svn: 237884
| -rw-r--r-- | llvm/test/MC/Mips/mips-expansions.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/mips-expansions.s b/llvm/test/MC/Mips/mips-expansions.s index 4ac707db429..b6dc32ed5e3 100644 --- a/llvm/test/MC/Mips/mips-expansions.s +++ b/llvm/test/MC/Mips/mips-expansions.s @@ -22,9 +22,9 @@ # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34] # CHECK: addu $7, $7, $8 # encoding: [0x21,0x38,0xe8,0x00] # CHECK: lui $8, %hi(symbol) # encoding: [A,A,0x08,0x3c] - # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16 +# CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16 # CHECK: ori $8, $8, %lo(symbol) # encoding: [A,A,0x08,0x35] - # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16 +# CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16 # CHECK: lui $10, %hi(symbol) # encoding: [A,A,0x0a,0x3c] # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16 # CHECK: addu $10, $10, $4 # encoding: [0x21,0x50,0x44,0x01] |

