From e93909185fb61ae1b2fd045572d7d51209a39d1c Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 4 Sep 2009 07:46:30 +0000 Subject: [PATCH] Fix comment for consistency sake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80993 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PHIElimination.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1