From: Michael Gottesman Date: Mon, 12 Aug 2013 20:52:06 +0000 (+0000) Subject: Fixed another place in CodeGen where we had a typo in our editor C++ filetype declara... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8711b767b4a04eebc23ad1490891c1f8dd2539ad;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/PHIEliminationUtils.h b/lib/CodeGen/PHIEliminationUtils.h index 9ac47fb4c50..48234ae0fbd 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 //