diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-02 08:12:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-02 08:12:02 +0000 |
commit | b20b6857f31c6acfe3fd27f859b021ea19d90b17 (patch) | |
tree | 5875969bbe152a17ec3b256b840061e50458baf1 | |
parent | 7f311c2f4b9fa8bf435c0a9ba1cb11b89018616d (diff) | |
download | bcm5719-llvm-b20b6857f31c6acfe3fd27f859b021ea19d90b17.tar.gz bcm5719-llvm-b20b6857f31c6acfe3fd27f859b021ea19d90b17.zip |
Remove a function prototype that is no longer needed (REM patch missed it)
llvm-svn: 31374
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 2 |
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, |