From 9e333ca4457f2665c50229db967ec53c38abcb9b Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Wed, 3 Jul 2013 07:49:03 +0000 Subject: [PATCH] [XCore] Whitespace fixes, no functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185519 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/XCore/XCoreInstrInfo.td | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td index 529fa138959..81fa84d4e24 100644 --- a/lib/Target/XCore/XCoreInstrInfo.td +++ b/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 { -- 2.34.1