[llvm-commits] CVS: llvm/lib/Bytecode/Writer/SlotCalculator.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 21 20:57:59 PDT 2005
Changes in directory llvm/lib/Bytecode/Writer:
SlotCalculator.cpp updated: 1.68 -> 1.69
---
Log message:
Convert tabs to spaces
---
Diffs of the changes: (+1 -1)
SlotCalculator.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Bytecode/Writer/SlotCalculator.cpp
diff -u llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.68 llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.69
--- llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.68 Thu Apr 21 16:48:46 2005
+++ llvm/lib/Bytecode/Writer/SlotCalculator.cpp Thu Apr 21 22:57:48 2005
@@ -151,7 +151,7 @@
unsigned FirstNonStringID = 0;
for (unsigned i = 0, e = Plane.size(); i != e; ++i)
if (isa<ConstantAggregateZero>(Plane[i]) ||
- (isa<ConstantArray>(Plane[i]) &&
+ (isa<ConstantArray>(Plane[i]) &&
cast<ConstantArray>(Plane[i])->isString())) {
// Check to see if we have to shuffle this string around. If not,
// don't do anything.
More information about the llvm-commits
mailing list