Skip to content

Commit 21c5491

Browse files
clang-format
1 parent ea990c5 commit 21c5491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Utils/IRNormalizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ class IRNormalizer {
8383

8484
/// \name Utility methods.
8585
/// @{
86-
template <typename T> void sortCommutativeOperands(Instruction *I, T &Operands) const;
86+
template <typename T>
87+
void sortCommutativeOperands(Instruction *I, T &Operands) const;
8788
SmallVector<Instruction *, 16> collectOutputInstructions(Function &F) const;
8889
bool isOutput(const Instruction *I) const;
8990
bool isInitialInstruction(const Instruction *I) const;

0 commit comments

Comments
 (0)