1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

Remove unused variable. NFC.

This commit is contained in:
Michael Liao 2019-12-03 15:14:41 -05:00
parent 5c9885c651
commit c7d943befd

View File

@ -184,7 +184,6 @@ TEST_F(PatternMatchTest, SpecificIntUGT) {
TEST_F(PatternMatchTest, SignbitZeroChecks) {
Type *IntTy = IRB.getInt32Ty();
unsigned BitWidth = IntTy->getScalarSizeInBits();
Value *Zero = ConstantInt::get(IntTy, 0);
Value *One = ConstantInt::get(IntTy, 1);