mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 01:15:32 +00:00
Fix a compile warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0e519f2bf
commit
7ce55362c7
@ -296,7 +296,7 @@ TEST_F(ValueHandle, CallbackVH_DeletionCanRAUW) {
|
|||||||
}
|
}
|
||||||
virtual void allUsesReplacedWith(Value *new_value) {
|
virtual void allUsesReplacedWith(Value *new_value) {
|
||||||
ASSERT_TRUE(NULL != getValPtr());
|
ASSERT_TRUE(NULL != getValPtr());
|
||||||
EXPECT_EQ(1, getValPtr()->getNumUses());
|
EXPECT_EQ(1U, getValPtr()->getNumUses());
|
||||||
EXPECT_EQ(NULL, AURWArgument);
|
EXPECT_EQ(NULL, AURWArgument);
|
||||||
AURWArgument = new_value;
|
AURWArgument = new_value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user