diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-16 23:43:35 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-16 23:43:35 +0000 |
commit | 661ab811d8bbc6500f8ad3051041fa94951d1480 (patch) | |
tree | 04b6188029f30f1ae14b9bb6e575a7def2493793 /include/llvm/CodeGen/MachineCodeEmitter.h | |
parent | 0b5e69696b4f836bf0e1f21dfef99489a39557a9 (diff) | |
download | external_llvm-661ab811d8bbc6500f8ad3051041fa94951d1480.zip external_llvm-661ab811d8bbc6500f8ad3051041fa94951d1480.tar.gz external_llvm-661ab811d8bbc6500f8ad3051041fa94951d1480.tar.bz2 |
This file has funny include guards and funny extra whitespace.
Make this file less funny.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeEmitter.h')
-rw-r--r-- | include/llvm/CodeGen/MachineCodeEmitter.h | 6 |
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. |