[llvm] r185519 - [XCore] Whitespace fixes, no functionality change.
Richard Osborne
richard at xmos.com
Wed Jul 3 00:49:04 PDT 2013
Author: friedgold
Date: Wed Jul 3 02:49:03 2013
New Revision: 185519
URL: http://llvm.org/viewvc/llvm-project?rev=185519&view=rev
Log:
[XCore] Whitespace fixes, no functionality change.
Modified:
llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td
Modified: llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td?rev=185519&r1=185518&r2=185519&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td (original)
+++ llvm/trunk/lib/Target/XCore/XCoreInstrInfo.td Wed Jul 3 02:49:03 2013
@@ -535,10 +535,10 @@ def STWDP_lru6 : _FLRU6<0b010100, (outs)
//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 {
More information about the llvm-commits
mailing list