[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineCodeEmitter.h

Brian Gaeke gaeke at cs.uiuc.edu
Thu Oct 16 18:44:00 PDT 2003


Changes in directory llvm/include/llvm/CodeGen:

MachineCodeEmitter.h updated: 1.13 -> 1.14

---
Log message:

This file has funny include guards and funny extra whitespace.
Make this file less funny.


---
Diffs of the changes:  (+2 -4)

Index: llvm/include/llvm/CodeGen/MachineCodeEmitter.h
diff -u llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.13 llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.14
--- llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.13	Mon Jul 14 12:17:11 2003
+++ llvm/include/llvm/CodeGen/MachineCodeEmitter.h	Thu Oct 16 18:43:35 2003
@@ -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 @@
   //
   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 @@
   //
   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.





More information about the llvm-commits mailing list