diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-07-23 20:25:08 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-07-23 20:25:08 +0000 |
commit | a92dce471ba2dcd9cd4d8744d35fe81f5be8d7b6 (patch) | |
tree | 939789c3a4753df82cc80af05eb7a39b4c5458ac /llvm/lib/Transforms/LevelRaise.cpp | |
parent | 4b4dacd838fcceddd641e5ca41187b46ad5cd447 (diff) | |
download | bcm5719-llvm-a92dce471ba2dcd9cd4d8744d35fe81f5be8d7b6.tar.gz bcm5719-llvm-a92dce471ba2dcd9cd4d8744d35fe81f5be8d7b6.zip |
Printer.cpp: Ditch addRequired/getAnalysis, because they leave
Printer::doFinalization() out in the cold. Now we pass in a TargetMachine
to Printer's constructor and get the TargetData from the TargetMachine.
Don't pass TargetMachine or MRegisterInfo objects around in the Printer.
Constify TargetData references.
X86.h: Update comment and prototype of createX86CodePrinterPass().
X86TargetMachine.cpp: Update callers of createX86CodePrinterPass().
llvm-svn: 7275
Diffstat (limited to 'llvm/lib/Transforms/LevelRaise.cpp')
0 files changed, 0 insertions, 0 deletions