Fix file header comments and include guards -- many files have been moved or
renamed since they were last spiffed up, or they just never had proper comments
in the first place.

llvm-svn: 13148
diff --git a/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
index 0e14580..0826f76 100644
--- a/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
+++ b/llvm/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
@@ -1,4 +1,4 @@
-//===-- EmitBytecodeToAssembly.cpp - Emit bytecode to SparcV9 .s File --------==//
+//===-- EmitBytecodeToAssembly.cpp - Emit bytecode to SparcV9 .s File ------==//
 // 
 //                     The LLVM Compiler Infrastructure
 //