llvm-6502/include
Chris Lattner 7ed1391ff6 now that predicates have a decent abstraction layer on them, introduce a new
kind of predicate: one that is specific to imm nodes.  The predicate function
specified here just checks an int64_t directly instead of messing around with
SDNode's.  The virtue of this is that it means that fastisel and other things
can reason about these predicates.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129675 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-17 22:05:17 +00:00
..
llvm now that predicates have a decent abstraction layer on them, introduce a new 2011-04-17 22:05:17 +00:00
llvm-c Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00