Skip to content

Commit 8e03fe0

Browse files
committed
[TSAR, Tfm, Reversal] Doc, trivial.
1 parent 708c242 commit 8e03fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/tsar/Transform/Clang/Passes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ FunctionPass * createClangLoopInterchange();
8888
/// Initialize a pass to intergchange loops in a loop nest.
8989
void initializeClangLoopInterchangePass(PassRegistry &Registry);
9090

91+
/// Initialize a pass to reverse loop.
9192
void initializeClangLoopReversePass(PassRegistry &Registry);
9293

94+
/// Create a pass to reverse loop.
9395
ModulePass *createClangLoopReverse();
9496
}
9597
#endif//TSAR_CLANG_TRANSFORM_PASSES_H

0 commit comments

Comments
 (0)