summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2011-09-10 01:26:21 +0000
committerRichard Trieu <rtrieu@google.com>2011-09-10 01:26:21 +0000
commitd9917bef6ca582f1ca3def692c1c21b296666bd2 (patch)
treeaad714ea7323cc95f0059f75f94d648e920b232e /llvm/lib/Target/TargetLoweringObjectFile.cpp
parentc7868bf064f915582a1064b532c1c5fa745d92ba (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud