Skip to content

Commit d35dc74

Browse files
committed
Address comments from nocchijiang
1 parent 16c2303 commit d35dc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalMergeFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static bool canParameterizeCallOperand(const CallBase *CI, unsigned OpIdx) {
6868
} else {
6969
// The target of the arc-attached call must be a constant and cannot be
7070
// parameterized.
71-
if (CI->isOperandBundleOfType(llvm::LLVMContext::OB_clang_arc_attachedcall,
71+
if (CI->isOperandBundleOfType(LLVMContext::OB_clang_arc_attachedcall,
7272
OpIdx))
7373
return false;
7474
}

0 commit comments

Comments
 (0)