commit | f570feeae31806c1d2a0c2641d821811453409d1 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Jun 13 18:27:39 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Jun 13 18:27:39 2006 +0000 |
tree | 33d5963f3ce9fe05587726b33704885a4b09d962 | |
parent | c5bb8ab1d559c83e67855047fc97eb360efdae2b [diff] [blame] |
It really helps to be returning to the correct place llvm-svn: 28769
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 28bbfc5..f7906d6 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h
@@ -37,6 +37,9 @@ /// GlobalBaseReg - used to restore the GOT ptr GlobalBaseReg, + + /// GlobalRetAddr - used to restore the return address + GlobalRetAddr, /// CALL - Normal call. CALL,