Commit 3953540d authored by Michael Liao's avatar Michael Liao
Browse files

Remove unused variable. NFC.

parent 3e0d21d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);