forked from OSchip/llvm-project
[InstCombine] Remove accidental unnecessary ConstantExpr qualification added in rGb752daa26b64155
MSVC didn't complain but everything else did....
This commit is contained in:
parent
b97093e520
commit
7c71b44980
|
@ -1039,7 +1039,7 @@ public:
|
|||
/// function returns a new scalar/fixed width vector obtained from logBase2
|
||||
/// of C. Undef vector elements are set to zero.
|
||||
/// Return a null pointer otherwise.
|
||||
static Constant *ConstantExpr::getExactLogBase2(Constant *C);
|
||||
static Constant *getExactLogBase2(Constant *C);
|
||||
|
||||
/// Return the identity constant for a binary opcode.
|
||||
/// The identity constant C is defined as X op C = X and C op X = X for every
|
||||
|
|
Loading…
Reference in New Issue