summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-07-12 23:47:38 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-07-12 23:47:38 +0000
commitf2826aacf96fc8fd7bc1d2856308f2ee33ddb8f4 (patch)
tree2c135f0e0428890c59ebe00c78854011bb485552 /llvm
parent35aeea993b091164f202266a4969d6f6df2adc7f (diff)
downloadbcm5719-llvm-f2826aacf96fc8fd7bc1d2856308f2ee33ddb8f4.tar.gz
bcm5719-llvm-f2826aacf96fc8fd7bc1d2856308f2ee33ddb8f4.zip
[mips] Remove trailing whitespace.
llvm-svn: 186230
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/Mips/cmov.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/cmov.ll b/llvm/test/CodeGen/Mips/cmov.ll
index ce0ffc37171..a96929789b7 100644
--- a/llvm/test/CodeGen/Mips/cmov.ll
+++ b/llvm/test/CodeGen/Mips/cmov.ll
@@ -6,11 +6,11 @@
@i3 = common global i32* null, align 4
; O32-DAG: lw $[[R0:[0-9]+]], %got(i3)
-; O32-DAG: addiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got(i1)
-; O32: movn $[[R0]], $[[R1]], ${{[0-9]+}}
-; N64-DAG: ldr $[[R0:[0-9]+]]
+; O32-DAG: addiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got(i1)
+; O32: movn $[[R0]], $[[R1]], ${{[0-9]+}}
+; N64-DAG: ldr $[[R0:[0-9]+]]
; N64-DAG: ld $[[R1:[0-9]+]], %got_disp(i1)
-; N64: movn $[[R0]], $[[R1]], ${{[0-9]+}}
+; N64: movn $[[R0]], $[[R1]], ${{[0-9]+}}
define i32* @cmov1(i32 %s) nounwind readonly {
entry:
%tobool = icmp ne i32 %s, 0
OpenPOWER on IntegriCloud