[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Anton Korobeynikov
asl at math.spbu.ru
Sun May 6 13:14:39 PDT 2007
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.447 -> 1.448
---
Log message:
Detabify
---
Diffs of the changes: (+1 -1)
SelectionDAGISel.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.447 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.448
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.447 Fri May 4 12:12:26 2007
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Sun May 6 15:14:21 2007
@@ -2628,7 +2628,7 @@
// MachineModuleInfo.
std::vector<GlobalVariable *> TyInfo;
for (unsigned i = 3, N = I.getNumOperands(); i < N; ++i) {
- Constant *C = cast<Constant>(I.getOperand(i));
+ Constant *C = cast<Constant>(I.getOperand(i));
GlobalVariable *GV = ExtractGlobalVariable(C);
assert (GV || (isa<ConstantInt>(C) &&
cast<ConstantInt>(C)->isNullValue()) &&
More information about the llvm-commits
mailing list