2 small fixes extracted from
https://reviews.llvm.org/D29064
Details
Diff Detail
- Build Status
Buildable 4093 Build 4093: arc lint + arc unit
Event Timeline
You can probably on and commit a subset of this. I'm in doubt about the first chunk so I asked Danny/George to take a look.
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1324–1335 | hmm, this is probably correct but there's something that doesn't really convinces me about it, I'll let Danny/George to sign-off on this part of the patch. | |
1453–1461 | This is obviously dead code, so I'm fine with this part of the patch., | |
1462 | Nice comment. |
LGTM with one nit. Thanks for the patch!
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1327 | Nit: Indent the " to under the !, please |
lib/Transforms/Utils/MemorySSA.cpp | ||
---|---|---|
1462 | Thanks, I actually moved it from top of the function :) |
Nit: Indent the " to under the !, please