mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
877e7ce051
commit
dfc12993b9
@ -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,
|
||||
|
@ -147,9 +147,6 @@
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="IPO"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user