Add variable IsO32 to MipsTargetLowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka
2011-10-28 18:47:24 +00:00
parent 4604fc7791
commit 2ec69faf26
2 changed files with 11 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ namespace llvm {
// Subtarget Info
const MipsSubtarget *Subtarget;
bool HasMips64, IsN64;
bool HasMips64, IsN64, IsO32;
// Lower Operand helpers
SDValue LowerCallResult(SDValue Chain, SDValue InFlag,