From: Evan Cheng Date: Fri, 4 Sep 2009 07:46:30 +0000 (+0000) Subject: Fix comment for consistency sake. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e93909185fb61ae1b2fd045572d7d51209a39d1c;p=oota-llvm.git Fix comment for consistency sake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PHIElimination.h b/lib/CodeGen/PHIElimination.h index b06435f10e4..3d02dfdcddb 100644 --- a/lib/CodeGen/PHIElimination.h +++ b/lib/CodeGen/PHIElimination.h @@ -122,4 +122,4 @@ namespace llvm { } -#endif /* PHIELIMINATION_H */ +#endif /* LLVM_CODEGEN_PHIELIMINATION_HPP */