Fix pr4552. Stack slot coloring with register must take care not to generate illegal...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 17 Jul 2009 22:42:51 +0000 (22:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 17 Jul 2009 22:42:51 +0000 (22:42 +0000)
commit59959cd96673c2452ad006dc392ef8b5a278609c
tree85165821894301f2e4d4c3055cd730b4c88c87a7
parentb4b53e5c13167925d6315a6f57c7b863e4e2b704
Fix pr4552. Stack slot coloring with register must take care not to generate illegal ams.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76258 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackSlotColoring.cpp
test/CodeGen/X86/2009-07-17-StackColoringBug.ll [new file with mode: 0644]