summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-20 01:07:56 +0000
committerEric Christopher <echristo@apple.com>2012-03-20 01:07:56 +0000
commit997aaa92378d2d5ea69a8a614c66614032d7b78a (patch)
treefa7addcab19aa8c7db46b355b5aa31f6c688b5be /llvm/lib/CodeGen
parente5e54c87fabc55fbb2674b98832dd00a3c9c3eaa (diff)
downloadbcm5719-llvm-997aaa92378d2d5ea69a8a614c66614032d7b78a.tar.gz
bcm5719-llvm-997aaa92378d2d5ea69a8a614c66614032d7b78a.zip
Untabify.
llvm-svn: 153073
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index 520cd29970b..c5efde37462 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -192,7 +192,7 @@ unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
uint32_t IntBitWidth = IntVT.getSizeInBits();
bool isExact;
(void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
- APFloat::rmTowardZero, &isExact);
+ APFloat::rmTowardZero, &isExact);
if (isExact) {
APInt IntVal(IntBitWidth, x);
@@ -587,7 +587,7 @@ bool FastISel::SelectCall(const User *I) {
// Some arguments' frame index is recorded during argument lowering.
Offset = FuncInfo.getArgumentFrameIndex(Arg);
if (Offset)
- Reg = TRI.getFrameRegister(*FuncInfo.MF);
+ Reg = TRI.getFrameRegister(*FuncInfo.MF);
}
if (!Reg)
Reg = getRegForValue(Address);
OpenPOWER on IntegriCloud