summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-12 20:52:06 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-12 20:52:06 +0000
commitf1d3b7c22e79d03f5bdb1ed04ed6c2ea3f917578 (patch)
tree4c29a953c810727806dcf1e94ee7a89bb6fa122c /llvm/lib/CodeGen
parent1649a877e1b0d4656450115e2b7c7cebfd07d687 (diff)
downloadbcm5719-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.h2
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
//
OpenPOWER on IntegriCloud