Bill Wendling 9dc2bd7973 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>]>;

llvm-svn: 59237
2008-11-13 09:08:33 +00:00
..
2008-09-25 21:00:45 +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