summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-exception-spec.cpp
diff options
context:
space:
mode:
authorSamuel Antao <sfantao@us.ibm.com>2014-09-17 23:25:06 +0000
committerSamuel Antao <sfantao@us.ibm.com>2014-09-17 23:25:06 +0000
commit61570df7158a7b8248fed90eced0caebd9238cb8 (patch)
treea43e0437b874487852fe2f8a59d989047cb46707 /clang/test/SemaTemplate/instantiate-exception-spec.cpp
parent538ceee2b9a43074d4e3f401166b912c7e87bb87 (diff)
downloadbcm5719-llvm-61570df7158a7b8248fed90eced0caebd9238cb8.tar.gz
bcm5719-llvm-61570df7158a7b8248fed90eced0caebd9238cb8.zip
Fix FastISel bug in boolean returns for PowerPC.
For PPC targets, FastISel does not take the sign extension information into account when selecting return instructions whose operands are constants. A consequence of this is that the return of boolean values is not correct. This patch fixes the problem by evaluating the sign extension information also for constants, forwarding this information to PPCMaterializeInt which takes this information to drive the sign extension during the materialization. llvm-svn: 217993
Diffstat (limited to 'clang/test/SemaTemplate/instantiate-exception-spec.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud