From dedf2bd5a34dac25e4245f58bb902ced6b64edd9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 22 Apr 2005 04:01:18 +0000 Subject: Convert tabs to spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21439 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/SlotCalculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bytecode') 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(Plane[i]) || - (isa(Plane[i]) && + (isa(Plane[i]) && cast(Plane[i])->isString())) { // Check to see if we have to shuffle this string around. If not, // don't do anything. -- cgit v1.1