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
This commit is contained in:
Michael Gottesman 2013-08-12 20:52:06 +00:00
parent a8b107e9e0
commit 8711b767b4

View File

@ -1,4 +1,4 @@
//=- PHIEliminationUtils.h - Helper functions for PHI elimination *- C++ -*--=//
//=- PHIEliminationUtils.h - Helper functions for PHI elimination -*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//