diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-09-04 07:46:30 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-04 07:46:30 +0000 |
commit | e93909185fb61ae1b2fd045572d7d51209a39d1c (patch) | |
tree | 4124d0a297dcbb69b02b12a7a36aa8a15e19d7bc /lib/CodeGen/PHIElimination.h | |
parent | e57dc10985dde5c216737d66b7d332401e05fa1b (diff) |
Fix comment for consistency sake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PHIElimination.h')
-rw-r--r-- | lib/CodeGen/PHIElimination.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PHIElimination.h b/lib/CodeGen/PHIElimination.h index b06435f10e..3d02dfdcdd 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 */ |