We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea990c5 commit 21c5491Copy full SHA for 21c5491
llvm/lib/Transforms/Utils/IRNormalizer.cpp
@@ -83,7 +83,8 @@ class IRNormalizer {
83
84
/// \name Utility methods.
85
/// @{
86
- template <typename T> void sortCommutativeOperands(Instruction *I, T &Operands) const;
+ template <typename T>
87
+ void sortCommutativeOperands(Instruction *I, T &Operands) const;
88
SmallVector<Instruction *, 16> collectOutputInstructions(Function &F) const;
89
bool isOutput(const Instruction *I) const;
90
bool isInitialInstruction(const Instruction *I) const;
0 commit comments