diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 20:52:06 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 20:52:06 +0000 |
| commit | f1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578 (patch) | |
| tree | 4c29a953c810727806dcf1e94ee7a89bb6fa122c /llvm/lib/CodeGen | |
| parent | 1649a877e1b0d4656450115e2b7c7cebfd07d687 (diff) | |
| download | bcm5719-llvm-f1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578.tar.gz bcm5719-llvm-f1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578.zip | |
Fixed another place in CodeGen where we had a typo in our editor C++ filetype declaration.
llvm-svn: 188202
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/PHIEliminationUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIEliminationUtils.h b/llvm/lib/CodeGen/PHIEliminationUtils.h index 9ac47fb4c50..48234ae0fbd 100644 --- a/llvm/lib/CodeGen/PHIEliminationUtils.h +++ b/llvm/lib/CodeGen/PHIEliminationUtils.h @@ -1,4 +1,4 @@ -//=- PHIEliminationUtils.h - Helper functions for PHI elimination *- C++ -*--=// +//=- PHIEliminationUtils.h - Helper functions for PHI elimination -*- C++ -*-=// // // The LLVM Compiler Infrastructure // |

