Mark attributes of return insn correctly. It was being assumed safe to delete in isSafeToDelete (a thing checked-in 76281).

llvm-svn: 77056
This commit is contained in:
Sanjiv Gupta 2009-07-25 07:48:53 +00:00
parent fcfbc7bb2c
commit b6ee0b1d9b
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ def pagesel :
// Return insn.
let isTerminator = 1, isBarrier = 1, isReturn = 1 in
def Return :
ControlFormat<0, (outs), (ins), "return", [(ret)]>;