From a09ae4b8a65a607cb30770237ea175213c6b2c41 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 19 Aug 2018 15:31:42 +0000 Subject: 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 --- clang/lib/CodeGen/CodeGenFunction.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') 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); -- cgit v1.2.3