mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 10:59:04 +00:00
IR: Rename replaceWithUniqued() tests from r233751
replaceWithUniquedUnresolved replaceWithUniquedUnresolvedChangedOperand => replaceWithUniquedResolvingOperand replaceWithUniquedChangingOperand I find the new names less confusing; they're also more accurate. Sorry for the churn. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ce8e7ea73
commit
34dea0fcab
@ -627,7 +627,7 @@ TEST_F(MDNodeTest, replaceWithUniqued) {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(MDNodeTest, replaceWithUniquedUnresolved) {
|
||||
TEST_F(MDNodeTest, replaceWithUniquedResolvingOperand) {
|
||||
// temp !{}
|
||||
MDTuple *Op = MDTuple::getTemporary(Context, None).release();
|
||||
EXPECT_FALSE(Op->isResolved());
|
||||
@ -647,7 +647,7 @@ TEST_F(MDNodeTest, replaceWithUniquedUnresolved) {
|
||||
EXPECT_TRUE(N->isResolved());
|
||||
}
|
||||
|
||||
TEST_F(MDNodeTest, replaceWithUniquedUnresolvedChangedOperand) {
|
||||
TEST_F(MDNodeTest, replaceWithUniquedChangingOperand) {
|
||||
// i1* @GV
|
||||
Type *Ty = Type::getInt1PtrTy(Context);
|
||||
std::unique_ptr<GlobalVariable> GV(
|
||||
|
Loading…
x
Reference in New Issue
Block a user