Update the PPC compilation callback code to not need weird abi-violating
authorNate Begeman <natebegeman@mac.com>
Tue, 2 May 2006 04:50:05 +0000 (04:50 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 2 May 2006 04:50:05 +0000 (04:50 +0000)
commit5425267e84946676f1e7424ee056f71b23497ee7
treed8506e9ce29516cd21ad5d21511d6a605732d8b4
parentb3674e475389b72939bf90965790d63e9fa24b95
Update the PPC compilation callback code to not need weird abi-violating
prologs and epilogs, keep all the asm in one place, and remove use of
compiler builtin functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28049 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCJITInfo.cpp