projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51ffcf
)
fix indentation
author
Chris Lattner
<sabre@nondot.org>
Tue, 20 Mar 2007 02:25:53 +0000
(
02:25
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 20 Mar 2007 02:25:53 +0000
(
02:25
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35202
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index 5a016557067eab68193ab91185e8130230b5f225..afaea04b9d672164bee426452ec7fc120fab91d9 100644
(file)
--- 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);