aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit1719e13da087914ccad3906d5cf8a4e92ba386eb (patch)
tree46bb3d2d9230fcc2a5350bd067ab4d3253813fc3 /lib
parente51ffcf27fbbb8dd209e68fc8a74b108822cd162 (diff)
downloadexternal_llvm-1719e13da087914ccad3906d5cf8a4e92ba386eb.zip
external_llvm-1719e13da087914ccad3906d5cf8a4e92ba386eb.tar.gz
external_llvm-1719e13da087914ccad3906d5cf8a4e92ba386eb.tar.bz2
fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index 5a01655..afaea04 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);