aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CodeGen/MachineCodeEmitter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h
index df1394f..e9aa2bc 100644
--- a/include/llvm/CodeGen/MachineCodeEmitter.h
+++ b/include/llvm/CodeGen/MachineCodeEmitter.h
@@ -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.