]> granicus.if.org Git - llvm/commit
Several bug fixes: globals in call operands were not being pulled out;
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 31 May 2003 07:34:57 +0000 (07:34 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 31 May 2003 07:34:57 +0000 (07:34 +0000)
commit9635867d6f89a5615591b43f04fb79c3d067c520
tree9c29e2d85ba971c158bd90ec7f602471dfd26490
parentd0d06ad4f3b2db53e68a9615b282a7474c61820b
Several bug fixes: globals in call operands were not being pulled out;
globals in some other places may not have been pulled out either;
globals in phi operands were being put just before the phi instead of
in the predecessor basic blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6466 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9PreSelection.cpp