Skip to content

Commit d64e5cb

Browse files
committed
[NFC] get rid of comment as discussed
1 parent fceacd0 commit d64e5cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Analysis/UniformityAnalysis.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ INITIALIZE_PASS_BEGIN(UniformityInfoWrapperPass, "uniformity",
150150
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
151151
INITIALIZE_PASS_DEPENDENCY(CycleInfoWrapperPass)
152152
INITIALIZE_PASS_DEPENDENCY(TargetTransformInfoWrapperPass)
153-
// Though Uniformity Analysis depends on the CFG,
154-
// it also needs to be invalidated if values are changed, so isCFGOnly: false.
155-
// See NOTE on updatability at the start of GenericUniformityImpl.h
156153
INITIALIZE_PASS_END(UniformityInfoWrapperPass, "uniformity",
157154
"Uniformity Analysis", false, true)
158155

0 commit comments

Comments
 (0)