diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll b/llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll index 63881e0ccb5..48df724bb6b 100644 --- a/llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll +++ b/llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll @@ -66,9 +66,9 @@ bb4970: ; preds = %bb4940 %tmp49746536 = trunc i32 %tmp4943 to i16 ; <i16> [#uses=1] %tmp49764977 = and i16 %tmp49746536, 4095 ; <i16> [#uses=1] %mask498049814982 = zext i16 %tmp49764977 to i64 ; <i64> [#uses=1] - %tmp4984 = getelementptr %struct.FONT_INFO* null, i64 %mask498049814982, i32 5 ; <%struct.rec**> [#uses=1] + %tmp4984 = getelementptr %struct.FONT_INFO, %struct.FONT_INFO* null, i64 %mask498049814982, i32 5 ; <%struct.rec**> [#uses=1] %tmp4985 = load %struct.rec** %tmp4984, align 8 ; <%struct.rec*> [#uses=1] - %tmp4988 = getelementptr %struct.rec* %tmp4985, i64 0, i32 0, i32 3 ; <%struct.THIRD_UNION*> [#uses=1] + %tmp4988 = getelementptr %struct.rec, %struct.rec* %tmp4985, i64 0, i32 0, i32 3 ; <%struct.THIRD_UNION*> [#uses=1] %tmp4991 = bitcast %struct.THIRD_UNION* %tmp4988 to i32* ; <i32*> [#uses=1] %tmp4992 = load i32* %tmp4991, align 8 ; <i32> [#uses=1] %tmp49924993 = trunc i32 %tmp4992 to i16 ; <i16> [#uses=1] @@ -78,9 +78,9 @@ bb5002: ; preds = %bb4940 %tmp50066537 = trunc i32 %tmp4943 to i16 ; <i16> [#uses=1] %tmp50085009 = and i16 %tmp50066537, 4095 ; <i16> [#uses=1] %mask501250135014 = zext i16 %tmp50085009 to i64 ; <i64> [#uses=1] - %tmp5016 = getelementptr %struct.FONT_INFO* null, i64 %mask501250135014, i32 5 ; <%struct.rec**> [#uses=1] + %tmp5016 = getelementptr %struct.FONT_INFO, %struct.FONT_INFO* null, i64 %mask501250135014, i32 5 ; <%struct.rec**> [#uses=1] %tmp5017 = load %struct.rec** %tmp5016, align 8 ; <%struct.rec*> [#uses=1] - %tmp5020 = getelementptr %struct.rec* %tmp5017, i64 0, i32 0, i32 3 ; <%struct.THIRD_UNION*> [#uses=1] + %tmp5020 = getelementptr %struct.rec, %struct.rec* %tmp5017, i64 0, i32 0, i32 3 ; <%struct.THIRD_UNION*> [#uses=1] %tmp5023 = bitcast %struct.THIRD_UNION* %tmp5020 to i32* ; <i32*> [#uses=1] %tmp5024 = load i32* %tmp5023, align 8 ; <i32> [#uses=1] %tmp50245025 = trunc i32 %tmp5024 to i16 ; <i16> [#uses=1] |

