1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include
Chris Lattner 8529ea0237 add a new OPC_SwitchOpcode which is semantically equivalent
to a scope where every child starts with a CheckOpcode, but
executes more efficiently.  Enhance DAGISelMatcherOpt to 
form it.

This also fixes a bug in CheckOpcode: apparently the SDNodeInfo
objects are not pointer comparable, we have to compare the
enum name.

llvm-svn: 97438
2010-03-01 06:59:22 +00:00
..
llvm add a new OPC_SwitchOpcode which is semantically equivalent 2010-03-01 06:59:22 +00:00
llvm-c Add support for global variables in an address space for llvm-c and ocaml. 2010-02-28 09:46:13 +00:00