diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-16 16:47:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-16 16:47:03 +0000 |
commit | 24d5d5d90bbca74d7d6481a4585a748a77554af0 (patch) | |
tree | fd4128d18ed3579fb9c1beaaeb52747952586e1f | |
parent | be686a88974eecd49673ae1312481d3c0aefeffd (diff) |
Fix header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18983 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index 8000a014fc..d6c401a3e6 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp @@ -1,4 +1,4 @@ -//===-- EmitAssembly.cpp - Emit SparcV9 Specific .s File -------------------==// +//===-- SparcV9AsmPrinter.cpp - Emit SparcV9 Specific .s File --------------==// // // The LLVM Compiler Infrastructure // |