Unbreak ret void :-/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-11 07:15:43 +00:00
parent bda559e115
commit 1b8af84a84
2 changed files with 2 additions and 0 deletions

View File

@ -730,6 +730,7 @@ def : Pat<(call tglobaladdr:$dst),
def : Pat<(call externalsym:$dst),
(CALL externalsym:$dst)>;
def : Pat<(ret), (RETL)>;
// Map integer extload's to zextloads.
def : Pat<(i32 (extload ADDRrr:$src, i1)), (LDUBrr ADDRrr:$src)>;

View File

@ -730,6 +730,7 @@ def : Pat<(call tglobaladdr:$dst),
def : Pat<(call externalsym:$dst),
(CALL externalsym:$dst)>;
def : Pat<(ret), (RETL)>;
// Map integer extload's to zextloads.
def : Pat<(i32 (extload ADDRrr:$src, i1)), (LDUBrr ADDRrr:$src)>;