Skip to content

Commit 084e8c0

Browse files
abidhtgymnich
andauthored
Update llvm/lib/Transforms/Utils/CodeExtractor.cpp
Co-authored-by: Tim Gymnich <[email protected]>
1 parent 2b65101 commit 084e8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/CodeExtractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ static void eraseDebugIntrinsicsWithNonLocalRefs(Function &F) {
12531253
/// 4. Remove intrinsics which point to values outside of the new function.
12541254
static void fixupDebugInfoPostExtraction(
12551255
Function &OldFunc, Function &NewFunc, CallInst &TheCall,
1256-
const SetVector<Value *> &Inputs, const SmallVector<Value *> &NewValues) {
1256+
const SetVector<Value *> &Inputs, ArrayRef<Value *> NewValues) {
12571257
DISubprogram *OldSP = OldFunc.getSubprogram();
12581258
LLVMContext &Ctx = OldFunc.getContext();
12591259

0 commit comments

Comments
 (0)