Unbreak VC++ build.
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 8 Jan 2007 20:17:17 +0000 (20:17 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 8 Jan 2007 20:17:17 +0000 (20:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33021 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp
win32/Transforms/Transforms.vcproj
win32/VMCore/VMCore.vcproj

index 326de6642df7a8657d85baf5bd66a431b1b7eb3a..c8b38b8603fed891b58a0a792f2e2e738a7349d4 100644 (file)
@@ -1091,7 +1091,7 @@ bool InstCombiner::SimplifyDemandedBits(Value *V, uint64_t DemandedMask,
       
       // If the top bit of the output is demanded, demand everything from the
       // input.  Otherwise, we demand all the input bits except NLZ top bits.
-      uint64_t InDemandedBits = ~0ULL >> 64-BitWidth+NLZ;
+      uint64_t InDemandedBits = ~0ULL >> (64-BitWidth+NLZ);
 
       // Find information about known zero/one bits in the input.
       if (SimplifyDemandedBits(I->getOperand(0), InDemandedBits, 
index c2449e9c1e9c3df391a1d13beb26d09d75f035c2..e1856daac1cd5937a8141bf65c7a36fbc6527014 100644 (file)
                                <File
                                        RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
-                               </File>
                        </Filter>
                        <Filter
                                Name="IPO"
index 7addd7cb4897f723150c20d78d743d7830214032..7cd69e93d8deb36ea8fccd64ea61a82bd5fe5660 100644 (file)
                        <File
                                RelativePath="..\..\include\llvm\PassManager.h">
                        </File>
-                       <File
-                               RelativePath="..\..\lib\VMCore\PassManagerT.h">
-                       </File>
                        <File
                                RelativePath="..\..\include\llvm\PassSupport.h">
                        </File>