| commit | 9182147f173e174b03da52e84fe1de387b26dcf7 | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Thu Nov 13 09:08:33 2008 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Thu Nov 13 09:08:33 2008 +0000 |
| tree | d9f82ef23a9918a5389fc08e178154bf03f05842 | |
| parent | b9ec8f555f4559b7e395d3792460b692b05767ef [diff] |
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