diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
| commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
| tree | a6140557876943cdd800ee997c9317283394b22c /test/CodeGen/X86/extractps.ll | |
| parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/X86/extractps.ll')
| -rw-r--r-- | test/CodeGen/X86/extractps.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll index 9e1a3754d0f0..fecd2faed321 100644 --- a/test/CodeGen/X86/extractps.ll +++ b/test/CodeGen/X86/extractps.ll @@ -7,7 +7,7 @@ external global float, align 16 ; <float*>:0 [#uses=2] define internal void @""() nounwind { - load float* @0, align 16 ; <float>:1 [#uses=1] + load float, float* @0, align 16 ; <float>:1 [#uses=1] insertelement <4 x float> undef, float %1, i32 0 ; <<4 x float>>:2 [#uses=1] call <4 x float> @llvm.x86.sse.rsqrt.ss( <4 x float> %2 ) ; <<4 x float>>:3 [#uses=1] extractelement <4 x float> %3, i32 0 ; <float>:4 [#uses=1] @@ -15,7 +15,7 @@ define internal void @""() nounwind { ret void } define internal void @""() nounwind { - load float* @0, align 16 ; <float>:1 [#uses=1] + load float, float* @0, align 16 ; <float>:1 [#uses=1] insertelement <4 x float> undef, float %1, i32 1 ; <<4 x float>>:2 [#uses=1] call <4 x float> @llvm.x86.sse.rsqrt.ss( <4 x float> %2 ) ; <<4 x float>>:3 [#uses=1] extractelement <4 x float> %3, i32 1 ; <float>:4 [#uses=1] |
