mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
(indirect) test for the __builtin_powi builtin which we now support.
llvm-svn: 30224
This commit is contained in:
parent
7005757ced
commit
00b84b6eab
7
test/Regression/C++Frontend/2006-09-08-powi.cpp
Normal file
7
test/Regression/C++Frontend/2006-09-08-powi.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: llvm-g++ -O3 -S -o - %s
|
||||
|
||||
#include <cmath>
|
||||
|
||||
double foo(double X, int Y) {
|
||||
return std::pow(X, Y);
|
||||
}
|
Loading…
Reference in New Issue
Block a user