From: Jeff Cohen Date: Mon, 8 Jan 2007 20:17:17 +0000 (+0000) Subject: Unbreak VC++ build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dfc12993b97c0afb25eb82aacb901bd9000e4be2;p=oota-llvm.git Unbreak VC++ build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33021 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 326de6642df..c8b38b8603f 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp @@ -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, diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index c2449e9c1e9..e1856daac1c 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -147,9 +147,6 @@ - - - -