Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
* | Fixed another place in CodeGen where we had a typo in our editor C++ ↵ | Michael Gottesman | 2013-08-12 | 1 | -1/+1 |
| | | | | | | filetype declaration. llvm-svn: 188202 | ||||
* | Move the FindCopyInsertPoint method of PHIElimination to a new standalone | Cameron Zwarich | 2010-12-05 | 1 | -0/+25 |
function so that it can be shared with StrongPHIElimination. llvm-svn: 120951 |