summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-03-20 02:25:53 +0000
committerChris Lattner <sabre@nondot.org>2007-03-20 02:25:53 +0000
commitf806e1cdbced266bf6a9b5992501369887cb14ba (patch)
tree0a4106e2e8b6ef3421438384d3cf586c8bf9545a /llvm/lib/Target
parent4852dc1cd5126a20a77767800b037477032f4fbe (diff)
downloadbcm5719-llvm-f806e1cdbced266bf6a9b5992501369887cb14ba.tar.gz
bcm5719-llvm-f806e1cdbced266bf6a9b5992501369887cb14ba.zip
fix indentation
llvm-svn: 35202
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index 5a016557067..afaea04b9d6 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud