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 | dedf2bd5a34dac25e4245f58bb902ced6b64edd9 (patch) | |
tree | 8ae45f7a66e26530d3f60616f44557d31dc2cee7 /lib/Bytecode | |
parent | 00876a2808f1a8061f7e0852c7949fc5074ecb04 (diff) | |
download | external_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.zip external_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.tar.gz external_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.tar.bz2 |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp index d7645f9..8ac2e3f 100644 --- a/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/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. |