diff options
author | Sanjay Patel <spatel@rotateright.com> | 2018-08-19 15:31:42 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2018-08-19 15:31:42 +0000 |
commit | a09ae4b8a65a607cb30770237ea175213c6b2c41 (patch) | |
tree | 912269e7f150d7ebbfd59d3a134a61530d7db070 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 446529b0d9452e3d4d6164f48ce2ccb104cdd6a5 (diff) | |
download | bcm5719-llvm-a09ae4b8a65a607cb30770237ea175213c6b2c41.tar.gz bcm5719-llvm-a09ae4b8a65a607cb30770237ea175213c6b2c41.zip |
revert r340137: [CodeGen] add rotate builtins
At least a couple of bots (gcc host compiler on PPC only?) are showing the compiler dying while trying to compile.
llvm-svn: 340138
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f56284d4d32..a160c368b19 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -3681,8 +3681,6 @@ public: unsigned BuiltinID, const CallExpr *E, ReturnValueSlot ReturnValue); - RValue emitRotate(const CallExpr *E, bool IsRotateRight); - /// Emit IR for __builtin_os_log_format. RValue emitBuiltinOSLogFormat(const CallExpr &E); |