diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/frem.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/frem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/frem.ll b/llvm/test/ExecutionEngine/frem.ll index ce83d209867..cde4e1b43d7 100644 --- a/llvm/test/ExecutionEngine/frem.ll +++ b/llvm/test/ExecutionEngine/frem.ll @@ -11,7 +11,7 @@ declare i32 @printf(i8* nocapture, ...) nounwind declare i32 @fflush(i8*) nounwind define i32 @main() { - %flt = load float* @flt + %flt = load float, float* @flt %float2 = frem float %flt, 5.0 %double1 = fpext float %float2 to double call i32 (i8*, ...)* @printf(i8* getelementptr ([18 x i8]* @str, i32 0, i64 0), double %double1) |