[llvm] r284587 - llvm/test/MC/Mips/macro-ld-sd.s: Sweep a spurious character \xA0 in the test file.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 06:41:12 PDT 2016


Author: chapuni
Date: Wed Oct 19 08:41:12 2016
New Revision: 284587

URL: http://llvm.org/viewvc/llvm-project?rev=284587&view=rev
Log:
llvm/test/MC/Mips/macro-ld-sd.s: Sweep a spurious character \xA0 in the test file.

It might crash FileCheck.

Modified:
    llvm/trunk/test/MC/Mips/macro-ld-sd.s

Modified: llvm/trunk/test/MC/Mips/macro-ld-sd.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/macro-ld-sd.s?rev=284587&r1=284586&r2=284587&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/macro-ld-sd.s (original)
+++ llvm/trunk/test/MC/Mips/macro-ld-sd.s Wed Oct 19 08:41:12 2016
@@ -17,7 +17,7 @@
   ld $8, 0($8)
 # 32:   lw  $9, 4($8)      # encoding: [0x8d,0x09,0x00,0x04]
 # 32:   lw  $8, 0($8)      # encoding: [0x8d,0x08,0x00,0x00]
-# 64:   ld  $8, 0($8)      # encoding: [0xdd,0x08,0x00,0x00]
+# 64:   ld  $8, 0($8)      # encoding: [0xdd,0x08,0x00,0x00]
   sd $8, 0($8)
 # 32:   sw  $8, 0($8)      # encoding: [0xad,0x08,0x00,0x00]
 # 32:   sw  $9, 4($8)      # encoding: [0xad,0x09,0x00,0x04]




More information about the llvm-commits mailing list