diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-01 01:48:54 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-01 01:48:54 +0000 |
| commit | 75c12e156934e8dbb9ea3e433a229070300c4820 (patch) | |
| tree | f50333f5fb44fe23cebd16748a4411a0e424a533 /llvm/lib/Target/X86/X86.h | |
| parent | e3f1f350ff39f9ff38b1a7afd38c52469cf8afa0 (diff) | |
| download | bcm5719-llvm-75c12e156934e8dbb9ea3e433a229070300c4820.tar.gz bcm5719-llvm-75c12e156934e8dbb9ea3e433a229070300c4820.zip | |
Remove unused AsmPrinter OptLevel argument, and propogate.
- This more or less amounts to a revert of r65379. I'm curious to know what
happened that caused this variable to become unused.
llvm-svn: 74579
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index fd13b02e136..22de3f64256 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -46,9 +46,7 @@ FunctionPass *createX87FPRegKillInserterPass(); /// assembly code for a MachineFunction to the given output stream, /// using the given target machine description. /// -FunctionPass *createX86CodePrinterPass(raw_ostream &o, - X86TargetMachine &tm, - CodeGenOpt::Level OptLevel, +FunctionPass *createX86CodePrinterPass(raw_ostream &o, X86TargetMachine &tm, bool Verbose); /// createX86CodeEmitterPass - Return a pass that emits the collected X86 code |

