This is an archive of the discontinued LLVM Phabricator instance.

Remove duplicate include of 'SimpleLoopUnswitch.h'
ClosedPublic

Authored by JOE1994 on Nov 1 2021, 7:37 PM.

Details

Summary

Header "llvm/Transforms/Scalar/SimpleLoopUnswitch.h" is currently
included twice. This commit removes the duplicate 'include' line.

Previous commit 693eedb13833245e2670308fa0e6fe47324ce553
seems to have mistakenly added the duplicate 'include'.

Diff Detail

Event Timeline

JOE1994 created this revision.Nov 1 2021, 7:37 PM
JOE1994 requested review of this revision.Nov 1 2021, 7:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2021, 7:37 PM
fhahn accepted this revision.Nov 2 2021, 2:22 AM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 2 2021, 2:22 AM
fhahn added a comment.Nov 2 2021, 2:23 AM

Please let me know if you want me to land this on your behalf (if you don't have commit access yet). In that case, please let me know the name + email to use as commit author.

Please let me know if you want me to land this on your behalf (if you don't have commit access yet). In that case, please let me know the name + email to use as commit author.

Since I don't have commit access yet, it would be great if you could land this on my behalf.

My name : Youngsuk Kim
My email : joseph942010@gmail.com

Thank you so much !

fhahn added a comment.Nov 2 2021, 7:04 AM

Please let me know if you want me to land this on your behalf (if you don't have commit access yet). In that case, please let me know the name + email to use as commit author.

Since I don't have commit access yet, it would be great if you could land this on my behalf.

My name : Youngsuk Kim
My email : joseph942010@gmail.com

Thank you so much !

thanks I'll use that to commit the change. I'll also add a [SimpleLoopUnswitch] prefix to the title, to be more in-line with conventions.

This revision was landed with ongoing or failed builds.Nov 2 2021, 7:23 AM
This revision was automatically updated to reflect the committed changes.