diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-09 03:28:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-09 03:28:13 +0000 |
commit | 992ab561f003ebdf7148cd1e01b498e4be2265e3 (patch) | |
tree | 2919b87e5e2dfafcf67a689781d864c975c8aeba /lib/Target/X86/MachineCodeEmitter.cpp | |
parent | e0e72177c0ca447d1d2acab798a7ca2786d5618d (diff) |
This blank line has GOT to go.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/MachineCodeEmitter.cpp')
-rw-r--r-- | lib/Target/X86/MachineCodeEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/MachineCodeEmitter.cpp b/lib/Target/X86/MachineCodeEmitter.cpp index a88a3c90c2..9a4abe68b9 100644 --- a/lib/Target/X86/MachineCodeEmitter.cpp +++ b/lib/Target/X86/MachineCodeEmitter.cpp @@ -41,7 +41,6 @@ namespace { }; } - /// addPassesToEmitMachineCode - Add passes to the specified pass manager to get /// machine code emitted. This uses a MAchineCodeEmitter object to handle /// actually outputting the machine code and resolving things like the address |