summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-02 08:12:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-02 08:12:02 +0000
commitb20b6857f31c6acfe3fd27f859b021ea19d90b17 (patch)
tree5875969bbe152a17ec3b256b840061e50458baf1 /llvm/lib
parent7f311c2f4b9fa8bf435c0a9ba1cb11b89018616d (diff)
downloadbcm5719-llvm-b20b6857f31c6acfe3fd27f859b021ea19d90b17.tar.gz
bcm5719-llvm-b20b6857f31c6acfe3fd27f859b021ea19d90b17.zip
Remove a function prototype that is no longer needed (REM patch missed it)
llvm-svn: 31374
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
index eec018ac010..cf41abd646c 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -40,8 +40,6 @@ static GenericValue executeSubInst(GenericValue Src1, GenericValue Src2,
const Type *Ty);
static GenericValue executeMulInst(GenericValue Src1, GenericValue Src2,
const Type *Ty);
-static GenericValue executeRemInst(GenericValue Src1, GenericValue Src2,
- const Type *Ty);
static GenericValue executeUDivInst(GenericValue Src1, GenericValue Src2,
const Type *Ty);
static GenericValue executeSDivInst(GenericValue Src1, GenericValue Src2,
OpenPOWER on IntegriCloud