diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-14 23:42:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-14 23:42:06 +0000 |
commit | b908258d59745ab9f150c66f94541951cf9c9211 (patch) | |
tree | 4d0f0b992e30124a28c3d508c4bb9447c2e2de66 /lib/Target/PowerPC/PPCInstrInfo.h | |
parent | 21d272874b750201272ef3f00441b58932c3d769 (diff) |
implement support for the MO_DARWIN_STUB TargetOperand flag,
and have isel apply to to call operands as required. This allows
us to get $stub suffixes on label references on ppc/tiger with the
new instprinter, fixing two tests. Only 2 to go.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h index fc7b7b3cb8..92369d6f1d 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.h +++ b/lib/Target/PowerPC/PPCInstrInfo.h @@ -58,7 +58,7 @@ enum PPC970_Unit { PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit PPC970_BRU = 7 << PPC970_Shift // Branch Unit }; -} +} // end namespace PPCII class PPCInstrInfo : public TargetInstrInfoImpl { |