projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cff61
)
[XCore] Whitespace fixes, no functionality change.
author
Richard Osborne
<richard@xmos.com>
Wed, 3 Jul 2013 07:49:03 +0000
(07:49 +0000)
committer
Richard Osborne
<richard@xmos.com>
Wed, 3 Jul 2013 07:49:03 +0000
(07:49 +0000)
llvm-svn: 185519
llvm/lib/Target/XCore/XCoreInstrInfo.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/XCore/XCoreInstrInfo.td
b/llvm/lib/Target/XCore/XCoreInstrInfo.td
index
529fa13
..
81fa84d
100644
(file)
--- a/
llvm/lib/Target/XCore/XCoreInstrInfo.td
+++ b/
llvm/lib/Target/XCore/XCoreInstrInfo.td
@@
-535,10
+535,10
@@
def STWDP_lru6 : _FLRU6<0b010100, (outs), (ins RRegs:$a, i32imm:$b),
//let Uses = [CP] in ..
let mayLoad = 1, isReMaterializable = 1, neverHasSideEffects = 1 in {
def LDWCP_ru6 : _FRU6<0b011011, (outs RRegs:$a), (ins i32imm:$b),
-
"ldw $a, cp[$b]", []>;
+ "ldw $a, cp[$b]", []>;
def LDWCP_lru6: _FLRU6<0b011011, (outs RRegs:$a), (ins i32imm:$b),
- "ldw $a, cp[$b]",
- [(set RRegs:$a, (load (cprelwrapper tglobaladdr:$b)))]>;
+
"ldw $a, cp[$b]",
+
[(set RRegs:$a, (load (cprelwrapper tglobaladdr:$b)))]>;
}
let Uses = [SP] in {