diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-05-06 06:23:31 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-05-06 06:23:31 +0000 |
commit | c0255bac1d243b30c730786179ad8f5f8e9adebb (patch) | |
tree | 39692bf443e5f250bd8beec5ccb753a50dcba0dd /clang/test/CodeGenCXX/array-value-initialize.cpp | |
parent | 3628326b442cd2b62b72c03ca0db6cd75e72819e (diff) | |
download | llvm-c0255bac1d243b30c730786179ad8f5f8e9adebb.zip llvm-c0255bac1d243b30c730786179ad8f5f8e9adebb.tar.gz llvm-c0255bac1d243b30c730786179ad8f5f8e9adebb.tar.bz2 |
Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.ll
with the fix in 103157.
%reg1039:1<def> = VMOVS %S1<kill>, pred:14, pred:%reg0
is not coalescable since none of the super-registers of S1 are in reg1039's
register class: DPR_VFP2. But it is still a legal copy instruction so it should
not assert.
llvm-svn: 103170
Diffstat (limited to 'clang/test/CodeGenCXX/array-value-initialize.cpp')
0 files changed, 0 insertions, 0 deletions