diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-16 16:37:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-16 16:37:42 +0000 |
commit | f146ab1e514e4caa0a43f771b2296c31c5aecee2 (patch) | |
tree | b4aa81202bbd389a14f1cf60434361557e28f473 | |
parent | a35339dfb67cec3d7e9783c9c6d3de110ea6bafe (diff) |
Fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17030 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrForest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrForest.h b/lib/Target/SparcV9/SparcV9InstrForest.h index ec2cc1d7e8..2c70a29a39 100644 --- a/lib/Target/SparcV9/SparcV9InstrForest.h +++ b/lib/Target/SparcV9/SparcV9InstrForest.h @@ -1,4 +1,4 @@ -//===- SparcV9InstrForest.cpp - SparcV9 BURG Instruction Selector Trees ---===// +//===- SparcV9InstrForest.h - SparcV9 BURG Instruction Selector Trees -----===// // // The LLVM Compiler Infrastructure // |