| commit | 1b014504abb8d9f8d7b63b720e4bb581340d0ffb | [log] [tgz] |
|---|---|---|
| author | Juergen Ributzka <juergen@apple.com> | Wed Jul 23 20:03:13 2014 +0000 |
| committer | Juergen Ributzka <juergen@apple.com> | Wed Jul 23 20:03:13 2014 +0000 |
| tree | 18a130f7786f375c77d5dcea66241e8ae61749cc | |
| parent | db615d565dc30f01c8fe6da8f09be1793fea50b0 [diff] |
[FastISel][AArch64] Fix return type in FastLowerCall. I used the wrong method to obtain the return type inside FinishCall. This fix simply uses the return type from FastLowerCall, which we already determined to be a valid type. Reduced test case from Chad. Thanks. llvm-svn: 213788