diff options
| author | Stuart Hastings <stuart@apple.com> | 2009-07-15 17:27:11 +0000 |
|---|---|---|
| committer | Stuart Hastings <stuart@apple.com> | 2009-07-15 17:27:11 +0000 |
| commit | 338191cd67a0a3e324c8b1475c975fed5ffa9e94 (patch) | |
| tree | eef241f50ca61beb5959953f38fdd29594a20597 /llvm/lib/Target/X86/X86.h | |
| parent | c5928d2fad2313bf8e582fec74b2b9a385f350e7 (diff) | |
| download | bcm5719-llvm-338191cd67a0a3e324c8b1475c975fed5ffa9e94.tar.gz bcm5719-llvm-338191cd67a0a3e324c8b1475c975fed5ffa9e94.zip | |
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build.
Will revert 75770 in the llvm-gcc trunk.
llvm-svn: 75799
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index 457e18ab0f3..ead4ce1f3f8 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -47,7 +47,7 @@ FunctionPass *createX87FPRegKillInserterPass(); /// using the given target machine description. /// FunctionPass *createX86CodePrinterPass(formatted_raw_ostream &o, - TargetMachine &tm, + X86TargetMachine &tm, bool Verbose); /// createX86CodeEmitterPass - Return a pass that emits the collected X86 code |

