Skip to content

Commit a6213a5

Browse files
committed
clang-format. Look, I did it ahead of time!
1 parent 56b0cba commit a6213a5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,9 +2056,8 @@ void llvm::salvageDebugInfoForDbgValues(Instruction &I,
20562056
bool StackValue =
20572057
DVR->getType() != DbgVariableRecord::LocationType::Declare;
20582058
auto DVRLocation = DVR->location_ops();
2059-
assert(
2060-
is_contained(DVRLocation, &I) &&
2061-
"DbgRecord must use salvaged instruction as its location");
2059+
assert(is_contained(DVRLocation, &I) &&
2060+
"DbgRecord must use salvaged instruction as its location");
20622061
SmallVector<Value *, 4> AdditionalValues;
20632062
// 'I' may appear more than once in DVR's location ops, and each use of 'I'
20642063
// must be updated in the DIExpression and potentially have additional

0 commit comments

Comments
 (0)