diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/gep-addrspace.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/gep-addrspace.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/gep-addrspace.ll b/llvm/test/Transforms/InstCombine/gep-addrspace.ll index 093954e0e66..aa46ea67130 100644 --- a/llvm/test/Transforms/InstCombine/gep-addrspace.ll +++ b/llvm/test/Transforms/InstCombine/gep-addrspace.ll @@ -12,7 +12,7 @@ ST: %B = addrspacecast %myStruct addrspace(1)* %A to %myStruct* %C = getelementptr inbounds %myStruct, %myStruct* %B, i32 0, i32 1 %D = getelementptr inbounds [3 x float], [3 x float]* %C, i32 0, i32 2 - %E = load float* %D, align 4 + %E = load float, float* %D, align 4 %F = fsub float %E, undef ret void } |