mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
Remove unused variable. NFC.
This commit is contained in:
parent
5c9885c651
commit
c7d943befd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user