Add builtin pow() function.

This commit is contained in:
Eric Anholt
2010-03-27 12:59:42 -07:00
committed by Ian Romanick
parent 0f09aea3bf
commit ddd2e83db2
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -124,6 +124,7 @@ void ir_print_visitor::visit(ir_expression *ir)
"dot",
"min",
"max",
"pow",
};
printf("(expression ");