diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-11-06 22:56:54 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-11-06 22:56:54 +0000 |
commit | b8f58b53dd3b3cbecf6946b0ce6fc9923db9223a (patch) | |
tree | 966c7423884f065ec8aa174c24ac7aed2417a1eb /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 0fcdac363cbff6c16cf205cc88e072e82bbf8975 (diff) | |
download | bcm5719-llvm-b8f58b53dd3b3cbecf6946b0ce6fc9923db9223a.tar.gz bcm5719-llvm-b8f58b53dd3b3cbecf6946b0ce6fc9923db9223a.zip |
polly/ADT: Remove implicit ilist iterator conversions, NFC
Remove all the implicit ilist iterator conversions from polly, in
preparation for making them illegal in ADT. There was one oddity I came
across: at line 95 of lib/CodeGen/LoopGenerators.cpp, there was a
post-increment `Builder.GetInsertPoint()++`.
Since it was a no-op, I removed it, but I admit I wonder if it might be
a bug (both before and after this change)? Perhaps it should be a
pre-increment?
llvm-svn: 252357
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions