[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / SCCP / apint-bigint2.ll
index 639e07c3c4025be291726b6d783b57d889d6fd0e..f28b966aceba3b696c40049de4c27dc92e094c13 100644 (file)
@@ -7,12 +7,12 @@ define i101 @array()
 {
 Head:
    %A = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 1
-   %B = load i101* %A
+   %B = load i101, i101* %A
    %D = and i101 %B, 1
    %DD = or i101 %D, 1
    %E = trunc i101 %DD to i32
    %F = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 %E
-   %G = load i101* %F
+   %G = load i101, i101* %F
  
    ret i101 %G
 }