[LANG] Added log intrinsic
This commit is contained in:
committed by
Philippe Tillet
parent
02a6e81b88
commit
f152150e7d
@@ -656,6 +656,7 @@ void UnaryOp::TypeChecking() {
|
||||
return ReduceOpTypeChecking();
|
||||
|
||||
case Token::EXP:
|
||||
case Token::LOG:
|
||||
return IntrinsicOpTypeChecking();
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user