There are no callers currently, but the function is declared so we should at
least implement it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362205
91177308-0d34-0410-b5e6-
96231b3b80d8
}
}
+Value *llvm::SimplifyUnOp(unsigned Opcode, Value *Op, const SimplifyQuery &Q) {
+ return ::simplifyUnOp(Opcode, Op, Q, RecursionLimit);
+}
+
Value *llvm::SimplifyFPUnOp(unsigned Opcode, Value *Op, FastMathFlags FMF,
const SimplifyQuery &Q) {
return ::simplifyFPUnOp(Opcode, Op, FMF, Q, RecursionLimit);