diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:01:18 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:01:18 +0000 |
commit | 774511633d24db71d46055b52390b17c37942b48 (patch) | |
tree | 6af36d99c62d03212fa6436561141803ca28fbd3 /llvm/lib/Bytecode | |
parent | 1fabffbf37f58c1c4a500a3b3f5c7595b6a404f9 (diff) | |
download | bcm5719-llvm-774511633d24db71d46055b52390b17c37942b48.tar.gz bcm5719-llvm-774511633d24db71d46055b52390b17c37942b48.zip |
Convert tabs to spaces
llvm-svn: 21439
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Writer/SlotCalculator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp index d7645f90454..8ac2e3f9b0a 100644 --- a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp @@ -151,7 +151,7 @@ void SlotCalculator::processModule() { 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. |