projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffb724
)
fix test setgek.ll so that it will not give false "make check"
author
Reed Kotler
<rkotler@mips.com>
Fri, 26 Oct 2012 01:29:42 +0000
(
01:29
+0000)
committer
Reed Kotler
<rkotler@mips.com>
Fri, 26 Oct 2012 01:29:42 +0000
(
01:29
+0000)
failure in some cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166747
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Mips/setgek.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/Mips/setgek.ll
b/test/CodeGen/Mips/setgek.ll
index 40aaa7c0302eaf86caac8d12514bc2026fb7332c..b6bae09bcb5b50f8b2697f1cdd069fe1f47a3f86 100644
(file)
--- a/
test/CodeGen/Mips/setgek.ll
+++ b/
test/CodeGen/Mips/setgek.ll
@@
-12,7
+12,7
@@
entry:
%conv = zext i1 %cmp to i32
store i32 %conv, i32* @r1, align 4
; 16: slti ${{[0-9]+}}, -32768
-; 16: move $
[[REGISTER:[0-9]+]]
, $t8
-; 16: xor ${{[0-9]+}}, $
[[REGISTER]]
+; 16: move $
{{[0-9]+}}
, $t8
+; 16: xor ${{[0-9]+}}, $
{{[0-9]+}}
ret void
}