Bill Wendling cdcc3e6e12 Modify the intrinsics pattern to separate out the "return" types from the
"parameter" types. An intrinsic can now return a multiple return values like
this:

  def add_with_overflow : Intrinsic<[llvm_i32_ty, llvm_i1_ty],
                                    [LLVMMatchType<0>, LLVMMatchType<0>]>;



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59237 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-13 09:08:33 +00:00
..
2008-09-25 21:00:45 +00:00
2008-08-01 12:23:49 +00:00
2008-11-03 23:20:04 +00:00
2008-10-27 07:28:44 +00:00
2008-11-05 23:42:27 +00:00