summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-08-19 15:31:42 +0000
committerSanjay Patel <spatel@rotateright.com>2018-08-19 15:31:42 +0000
commita09ae4b8a65a607cb30770237ea175213c6b2c41 (patch)
tree912269e7f150d7ebbfd59d3a134a61530d7db070 /clang/lib/CodeGen/CodeGenFunction.h
parent446529b0d9452e3d4d6164f48ce2ccb104cdd6a5 (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud