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 | 8711b767b4a04eebc23ad1490891c1f8dd2539ad (patch) | |
tree | cf27285caf72c89118ad75bae599590b989c8609 | |
parent | a8b107e9e0379f6fbe1a22ba0654a7ff895be9f3 (diff) | |
download | external_llvm-8711b767b4a04eebc23ad1490891c1f8dd2539ad.zip external_llvm-8711b767b4a04eebc23ad1490891c1f8dd2539ad.tar.gz external_llvm-8711b767b4a04eebc23ad1490891c1f8dd2539ad.tar.bz2 |
Fixed another place in CodeGen where we had a typo in our editor C++ filetype declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188202 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/PHIEliminationUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PHIEliminationUtils.h b/lib/CodeGen/PHIEliminationUtils.h index 9ac47fb..48234ae 100644 --- a/lib/CodeGen/PHIEliminationUtils.h +++ b/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 // |