1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fixed another place in CodeGen where we had a typo in our editor C++ filetype declaration.

llvm-svn: 188202
This commit is contained in:
Michael Gottesman 2013-08-12 20:52:06 +00:00
parent 6b88b6e12b
commit 8ba1e36e9c

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
//