commit | 6cee630070b1a7183ed56a8404e812629f5ca538 | [log] [tgz] |
---|---|---|
author | Jim Laskey <jlaskey@mac.com> | Tue Nov 01 20:06:59 2005 +0000 |
committer | Jim Laskey <jlaskey@mac.com> | Tue Nov 01 20:06:59 2005 +0000 |
tree | d5e1227dd79a99caa34d1d68b6170b9b15ddbaf8 | |
parent | cb366d980a389e5b9c3fc2b9aae373c0ba2903c6 [diff] [blame] |
Allow itineraries to be passed through the Target Machine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24139 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp index 94af54c..442017d 100644 --- a/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -71,6 +71,7 @@ PPCSubtarget::PPCSubtarget(const Module &M, const std::string &FS) : StackAlignment(16) + , InstrItins() , IsGigaProcessor(false) , Is64Bit(false) , Has64BitRegs(false)