This file has funny include guards and funny extra whitespace.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 16 Oct 2003 23:43:35 +0000 (23:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 16 Oct 2003 23:43:35 +0000 (23:43 +0000)
Make this file less funny.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9186 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineCodeEmitter.h

index df1394f60a50da85cc1766344511877437ee6f83..e9aa2bc5355c6e13d495a77ae7684ec7eedd33db 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CODEGEN_MACHINE_CODE_EMITTER_H
-#define LLVM_CODEGEN_MACHINE_CODE_EMITTER_H
+#ifndef LLVM_CODEGEN_MACHINECODEEMITTER_H
+#define LLVM_CODEGEN_MACHINECODEEMITTER_H
 
 #include <string>
 #include "Support/DataTypes.h"
@@ -73,7 +73,6 @@ struct MachineCodeEmitter {
   //
   virtual uint64_t getConstantPoolEntryAddress(unsigned Index) = 0;
 
-
   // getCurrentPCValue - This returns the address that the next emitted byte
   // will be output to.
   //
@@ -86,7 +85,6 @@ struct MachineCodeEmitter {
   //
   virtual uint64_t forceCompilationOf(Function *F) = 0;
   
-
   /// createDebugEmitter - Return a dynamically allocated machine
   /// code emitter, which just prints the opcodes and fields out the cout.  This
   /// can be used for debugging users of the MachineCodeEmitter interface.