summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll')
-rw-r--r--polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll b/polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll
index 6312e399e255..2eb913fed447 100644
--- a/polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll
+++ b/polly/test/CodeGen/invariant_loads_from_struct_with_different_types_2.ll
@@ -5,10 +5,10 @@
;
target datalayout = "e-m:o-p:32:32-f64:32:64-f80:128-n8:16:32-S128"
-%struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171 = type { i32, float, i32*, float* }
+%struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171 = type { i32, float, ptr, ptr }
; Function Attrs: nounwind ssp
-define void @butterworth_init_coeffs(%struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171* %c) #0 {
+define void @butterworth_init_coeffs(ptr %c) #0 {
entry:
br i1 undef, label %if.end, label %if.then
@@ -28,13 +28,13 @@ for.body.35: ; preds = %if.end.2
unreachable
for.end.126: ; preds = %if.end.2
- %gain = getelementptr inbounds %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171, %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171* %c, i32 0, i32 1
+ %gain = getelementptr inbounds %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171, ptr %c, i32 0, i32 1
br i1 undef, label %for.body.133, label %for.end.169
for.body.133: ; preds = %for.body.133, %for.end.126
- store float undef, float* %gain, align 4
- %cy = getelementptr inbounds %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171, %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171* %c, i32 0, i32 3
- %0 = load float*, float** %cy, align 4
+ store float undef, ptr %gain, align 4
+ %cy = getelementptr inbounds %struct.FFIIRFilterCoeffs.0.3.6.63.78.81.87.102.150.162.165.168.171, ptr %c, i32 0, i32 3
+ %0 = load ptr, ptr %cy, align 4
br i1 false, label %for.body.133, label %for.end.169
for.end.169: ; preds = %for.body.133, %for.end.126