New entry.

llvm-svn: 35480
This commit is contained in:
Evan Cheng 2007-03-29 21:40:13 +00:00
parent 3a6b488265
commit 526a67c09b

View File

@ -167,3 +167,8 @@ LPC0:
cpy r3, r6
cpy lr, pc
bx r5
//===---------------------------------------------------------------------===//
Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
etc. Almost all Thumb instructions clobber condition code.