diff options
author | Chris Lattner <sabre@nondot.org> | 2011-04-17 21:38:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-04-17 21:38:24 +0000 |
commit | 543790673c747ab2793fc657e239ce5f78419dc0 (patch) | |
tree | e3d388ae5be6125719e2c753bacaeb6fbee1ceab /lib/Target/X86/X86InstrInfo.td | |
parent | 461cd703115e40af487af4642cbacdc9b2187dde (diff) | |
download | external_llvm-543790673c747ab2793fc657e239ce5f78419dc0.zip external_llvm-543790673c747ab2793fc657e239ce5f78419dc0.tar.gz external_llvm-543790673c747ab2793fc657e239ce5f78419dc0.tar.bz2 |
Rework our internal representation of node predicates to expose more
structure and fix some fixmes. We now have a TreePredicateFn class
that handles all of the decoding of these things. This is an internal
cleanup that has no impact on the code generated by tblgen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.td')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 549b288..d181225 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -459,7 +459,7 @@ def CallImmAddr : Predicate<"Subtarget->IsLegalToCallImmediateAddr(TM)">; include "X86InstrFormats.td" //===----------------------------------------------------------------------===// -// Pattern fragments... +// Pattern fragments. // // X86 specific condition code. These correspond to CondCode in |