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 | fc4eef183b17afaeb367de8468f30257b75897b2 (patch) | |
tree | 716648818ce1dd2eabdd0974f7a22b387812a539 | |
parent | 43e75176eccfa0432a52a96f57eb462c6d35e1df (diff) | |
download | bcm5719-llvm-fc4eef183b17afaeb367de8468f30257b75897b2.tar.gz bcm5719-llvm-fc4eef183b17afaeb367de8468f30257b75897b2.zip |
Fix comment for consistency sake.
llvm-svn: 80993
-rw-r--r-- | llvm/lib/CodeGen/PHIElimination.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.h b/llvm/lib/CodeGen/PHIElimination.h index b06435f10e4..3d02dfdcddb 100644 --- a/llvm/lib/CodeGen/PHIElimination.h +++ b/llvm/lib/CodeGen/PHIElimination.h @@ -122,4 +122,4 @@ namespace llvm { } -#endif /* PHIELIMINATION_H */ +#endif /* LLVM_CODEGEN_PHIELIMINATION_HPP */ |