diff options
author | Sasa Stankovic <Sasa.Stankovic@imgtec.com> | 2014-02-07 11:16:02 +0000 |
---|---|---|
committer | Sasa Stankovic <Sasa.Stankovic@imgtec.com> | 2014-02-07 11:16:02 +0000 |
commit | 6a284eecec15e88b5c2a277b356c810fba0803bc (patch) | |
tree | 0a09e4968810fcd2f893695447656c86024114fc | |
parent | 9cc3e97685c749a2040fcfb1aba2288349346102 (diff) | |
download | bcm5719-llvm-6a284eecec15e88b5c2a277b356c810fba0803bc.tar.gz bcm5719-llvm-6a284eecec15e88b5c2a277b356c810fba0803bc.zip |
Changed comment.
llvm-svn: 200969
-rw-r--r-- | llvm/test/MC/Mips/hilo-addressing.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/hilo-addressing.s b/llvm/test/MC/Mips/hilo-addressing.s index 84b2104c5b6..720c7e256bb 100644 --- a/llvm/test/MC/Mips/hilo-addressing.s +++ b/llvm/test/MC/Mips/hilo-addressing.s @@ -36,7 +36,7 @@ $L3: # CHECK-INSTR: lw $5, -8($5) -# Check that relocation is not emitted for %hi(label1 - label2) and +# Check that relocation isn't emitted for %hi(label1 - label2) and # %lo(label1 - label2) expressions. # CHECK-REL-NOT: R_MIPS |