R600/SI: Remove apparently dead code in legalizeOperands
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 26 Sep 2014 17:54:38 +0000 (17:54 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 26 Sep 2014 17:54:38 +0000 (17:54 +0000)
commitea849e9adcbcba4b421e782d58a558397e2da611
tree435d2b6b68bda487e561fe7456877c1d6ef75ef4
parentea468dddfe23555914512dff8a5bbdb059309ca2
R600/SI: Remove apparently dead code in legalizeOperands

No tests hit this, and I don't see any way a GlobalAddress
node would survive beyond lowering on SI. It it would, the
move should probably be inserted by selection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218526 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp