commit | 0e4dd01ffc44222d68c3c5e2c1a45c8c1a1d20ae | [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 | 3a7623fb6c5e4473c79f5b8ee92ebd8d46f5c2d7 | |
parent | c4fa603347e798c94f54430227df8265736ef183 [diff] [blame] |
It really helps to be returning to the correct place git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28769 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index 28bbfc5..f7906d6 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/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,