summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitdf8e17d80b01deefddd28810f7ed31ffd42f710f (patch)
treeda47382e4784e77dbb0046502b3b16faaacbfc8d /llvm/lib/Target/PowerPC/PPCInstrInfo.h
parentea857d357fa809d8032281889395142f8a74f000 (diff)
downloadbcm5719-llvm-df8e17d80b01deefddd28810f7ed31ffd42f710f.tar.gz
bcm5719-llvm-df8e17d80b01deefddd28810f7ed31ffd42f710f.zip
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. llvm-svn: 119093
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h
index fc7b7b3cb89..92369d6f1d7 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud