summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 23:42:06 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 23:42:06 +0000
commitb908258d59745ab9f150c66f94541951cf9c9211 (patch)
tree4d0f0b992e30124a28c3d508c4bb9447c2e2de66 /lib/Target/PowerPC/PPCInstrInfo.h
parent21d272874b750201272ef3f00441b58932c3d769 (diff)
downloadllvm-b908258d59745ab9f150c66f94541951cf9c9211.tar.gz
llvm-b908258d59745ab9f150c66f94541951cf9c9211.tar.bz2
llvm-b908258d59745ab9f150c66f94541951cf9c9211.tar.xz
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.h2
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 {