From 1719e13da087914ccad3906d5cf8a4e92ba386eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 20 Mar 2007 02:25:53 +0000 Subject: [PATCH] fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35202 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 5a016557067..afaea04b9d6 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -161,7 +161,7 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM) // Only ARMv6 has BSWAP. if (!Subtarget->hasV6Ops()) - setOperationAction(ISD::BSWAP, MVT::i32, Expand); + setOperationAction(ISD::BSWAP, MVT::i32, Expand); // These are expanded into libcalls. setOperationAction(ISD::SDIV, MVT::i32, Expand); -- 2.34.1