aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-04 07:46:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-04 07:46:30 +0000
commite93909185fb61ae1b2fd045572d7d51209a39d1c (patch)
tree4124d0a297dcbb69b02b12a7a36aa8a15e19d7bc
parente57dc10985dde5c216737d66b7d332401e05fa1b (diff)
downloadexternal_llvm-e93909185fb61ae1b2fd045572d7d51209a39d1c.zip
external_llvm-e93909185fb61ae1b2fd045572d7d51209a39d1c.tar.gz
external_llvm-e93909185fb61ae1b2fd045572d7d51209a39d1c.tar.bz2
Fix comment for consistency sake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80993 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/PHIElimination.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PHIElimination.h b/lib/CodeGen/PHIElimination.h
index b06435f..3d02dfd 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 */