[InstCombine] Remove accidental unnecessary ConstantExpr qualification added in rGb752daa26b64155

MSVC didn't complain but everything else did....
This commit is contained in:
Simon Pilgrim 2020-10-11 10:39:51 +01:00
parent b97093e520
commit 7c71b44980
1 changed files with 1 additions and 1 deletions

View File

@ -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