[llvm] r188202 - Fixed another place in CodeGen where we had a typo in our editor C++ filetype declaration.
Michael Gottesman
mgottesman at apple.com
Mon Aug 12 13:52:06 PDT 2013
Author: mgottesman
Date: Mon Aug 12 15:52:06 2013
New Revision: 188202
URL: http://llvm.org/viewvc/llvm-project?rev=188202&view=rev
Log:
Fixed another place in CodeGen where we had a typo in our editor C++ filetype declaration.
Modified:
llvm/trunk/lib/CodeGen/PHIEliminationUtils.h
Modified: llvm/trunk/lib/CodeGen/PHIEliminationUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PHIEliminationUtils.h?rev=188202&r1=188201&r2=188202&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PHIEliminationUtils.h (original)
+++ llvm/trunk/lib/CodeGen/PHIEliminationUtils.h Mon Aug 12 15:52:06 2013
@@ -1,4 +1,4 @@
-//=- PHIEliminationUtils.h - Helper functions for PHI elimination *- C++ -*--=//
+//=- PHIEliminationUtils.h - Helper functions for PHI elimination -*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list