aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-09-20 00:36:41 +0000
committerDale Johannesen <dalej@apple.com>2009-09-20 00:36:41 +0000
commita894053a9b51524408dfcde830d129b719f02cbf (patch)
tree836396e883b3a9b3f7b09fe0da029ace8ce66973 /llvm/lib/Support/StringRef.cpp
parentca2552d9f94a97acd7d37a7366a90efc4c6f7b90 (diff)
downloadllvm-a894053a9b51524408dfcde830d129b719f02cbf.zip
llvm-a894053a9b51524408dfcde830d129b719f02cbf.tar.gz
llvm-a894053a9b51524408dfcde830d129b719f02cbf.tar.bz2
When computing live intervals for earlyclobber operands,
we pushed the beginning of the interval back 1, so the interval would overlap with inputs that die. We were also pushing the end of the interval back 1, though, which means the earlyclobber didn't overlap with other output operands. Don't do this. PR 4964. llvm-svn: 82342
Diffstat (limited to 'llvm/lib/Support/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions