diff options
| author | Richard Trieu <rtrieu@google.com> | 2011-09-10 01:26:21 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2011-09-10 01:26:21 +0000 |
| commit | d9917bef6ca582f1ca3def692c1c21b296666bd2 (patch) | |
| tree | aad714ea7323cc95f0059f75f94d648e920b232e /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
| parent | c7868bf064f915582a1064b532c1c5fa745d92ba (diff) | |
| download | bcm5719-llvm-d9917bef6ca582f1ca3def692c1c21b296666bd2.tar.gz bcm5719-llvm-d9917bef6ca582f1ca3def692c1c21b296666bd2.zip | |
Fixed an assert from:
assert("not implemented for target shuffle node");
to:
assert(0 && "not implemented for target shuffle node");
This causes a test failure in CodeGen/X86/palignr.ll which has
been marked as XFAIL for the time being.
Test failure filed at PR10901.
llvm-svn: 139454
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions

