aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-22 00:29:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-22 00:29:40 +0000
commiteb21e377d210da64284a7e52ca694e0f42b5062d (patch)
treeb091d73997080886b47f2d8859e19f7ca0d5b46a /include
parent321b572fd6b43198d21fe25f1a5ae5d5e8af50bf (diff)
downloadexternal_llvm-eb21e377d210da64284a7e52ca694e0f42b5062d.zip
external_llvm-eb21e377d210da64284a7e52ca694e0f42b5062d.tar.gz
external_llvm-eb21e377d210da64284a7e52ca694e0f42b5062d.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions