Unbreak VC++ build.

llvm-svn: 33021
This commit is contained in:
Jeff Cohen 2007-01-08 20:17:17 +00:00
parent 7254c25fad
commit 223004cd12
3 changed files with 1 additions and 7 deletions

View 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,

View File

@ -147,9 +147,6 @@
<File
RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
</File>
<File
RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
</File>
</Filter>
<Filter
Name="IPO"

View File

@ -290,9 +290,6 @@
<File
RelativePath="..\..\include\llvm\PassManager.h">
</File>
<File
RelativePath="..\..\lib\VMCore\PassManagerT.h">
</File>
<File
RelativePath="..\..\include\llvm\PassSupport.h">
</File>