diff options
author | Kit Barton <kbarton@ca.ibm.com> | 2015-03-30 18:46:15 +0000 |
---|---|---|
committer | Kit Barton <kbarton@ca.ibm.com> | 2015-03-30 18:46:15 +0000 |
commit | 58ee437c311430f28e56ff195c579eafc3608429 (patch) | |
tree | 7ca36742d4b227bec1b911dedf29be0af25f611e /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 51306ef9bc0f0e33cf6ec76f2ebd0922125d5ae2 (diff) | |
download | bcm5719-llvm-58ee437c311430f28e56ff195c579eafc3608429.tar.gz bcm5719-llvm-58ee437c311430f28e56ff195c579eafc3608429.zip |
[PPC] Modify HTM and crypto intrinsics to inherit from GCCBuiltin
There was a change to the way some of the HTM and crypto builtins are being
handled in Clang. Previously, some of the builtins were dealt with in the
CodeGenFunction::EmitPPCBuiltinExpr method (in order to do range checking on
constant arguments). These check will been moved to Sema
http://reviews.llvm.org/D8672), which means those builtins will not be handled
in the EmitPPCBuiltinExpr method anymore. As a result, the definition of the
intrinsics in IntrinsicsPowerPC.td needs to be modified to inherit from the
GCCBuiltin definition.
http://reviews.llvm.org/D8673
llvm-svn: 233581
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions