Skip to content

Commit 80fc63a

Browse files
committed
Comment clang format fix.
1 parent 5d1bdda commit 80fc63a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/CodeGen/TargetPassConfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ class TargetPassConfig : public ImmutablePass {
413413
virtual void addFastRegAlloc();
414414

415415
/// addOptimizedRegAlloc - Add passes related to register allocation.
416-
/// CodeGenTargetMachineImpl provides standard regalloc passes for most targets.
416+
/// CodeGenTargetMachineImpl provides standard regalloc passes for most
417+
/// targets.
417418
virtual void addOptimizedRegAlloc();
418419

419420
/// addPreRewrite - Add passes to the optimized register allocation pipeline

0 commit comments

Comments
 (0)