commit | 00ce283b3ffdab5b23f4b4303667f1bab2d3f59c | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Thu Apr 14 17:34:20 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Thu Apr 14 17:34:20 2005 +0000 |
tree | 9ba33a5f45d815d2f6d45a2ec8cabcc6c20fbc73 | |
parent | 7ae3aba5aaca4c5cc3192a4e6dda5809121c1935 [diff] [blame] |
fix calls llvm-svn: 21303
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 18cc35a..d845981 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -1418,6 +1418,7 @@ BuildMI(BB, Alpha::CALL, 1).addGlobalAddress(GASD->getGlobal()); } else { //use PC relative branch call + AlphaLowering.restoreGP(BB); BuildMI(BB, Alpha::BSR, 1, Alpha::R26).addGlobalAddress(GASD->getGlobal(),true); } }