Go to file
Evan Cheng 8c500100f6 Minor bug fix. LowerSubregs should translate
%S0<def> = EXTRACT_SUBREG %Q0<kill>, 1
to
%S0<def> = IMPLICIT_DEF %Q0<imp-use,kill>

Implicit_def does not *read* any register so the operand should be marked "implicit". The missing "implicit" marker on the operand is wrong, but it doesn't actually break anything.

llvm-svn: 82503
2009-09-22 00:29:40 +00:00
clang Record layout builder cleanup. 2009-09-22 00:04:45 +00:00
compiler-rt update make rules so libcompiler-rt can be built for armv6 the Apple way 2009-09-18 00:09:05 +00:00
llvm Minor bug fix. LowerSubregs should translate 2009-09-22 00:29:40 +00:00