summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-06-12 00:11:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-06-12 00:11:53 +0000
commitcb1fe56fd9f3a6fa9595151ee8543a0b0ffa25e3 (patch)
treec1c386d4bdcd963b5632e4e8b8579821af72d498 /llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
parent8947c32493e7059729ff2ba296f1383a87b5d74b (diff)
downloadbcm5719-llvm-cb1fe56fd9f3a6fa9595151ee8543a0b0ffa25e3.tar.gz
bcm5719-llvm-cb1fe56fd9f3a6fa9595151ee8543a0b0ffa25e3.zip
Code formatting.
llvm-svn: 105861
Diffstat (limited to 'llvm/lib/CodeGen/TargetInstrInfoImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetInstrInfoImpl.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp b/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
index 46178aaca00..6b8fd6a6f11 100644
--- a/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
+++ b/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
@@ -232,11 +232,9 @@ TargetInstrInfo::foldMemoryOperand(MachineFunction &MF,
return NewMI;
}
-bool
-TargetInstrInfo::isReallyTriviallyReMaterializableGeneric(const MachineInstr *
- MI,
- AliasAnalysis *
- AA) const {
+bool TargetInstrInfo::
+isReallyTriviallyReMaterializableGeneric(const MachineInstr *MI,
+ AliasAnalysis *AA) const {
const MachineFunction &MF = *MI->getParent()->getParent();
const MachineRegisterInfo &MRI = MF.getRegInfo();
const TargetMachine &TM = MF.getTarget();
OpenPOWER on IntegriCloud