diff options
Diffstat (limited to 'test/Linker/Inputs/PR11464.b.ll')
-rw-r--r-- | test/Linker/Inputs/PR11464.b.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/PR11464.b.ll b/test/Linker/Inputs/PR11464.b.ll index 7ef5a36..2c74d9c 100644 --- a/test/Linker/Inputs/PR11464.b.ll +++ b/test/Linker/Inputs/PR11464.b.ll @@ -3,7 +3,7 @@ define i32 @bug_a(%bug_type* %fp) nounwind uwtable { entry: - %d_stream = getelementptr inbounds %bug_type* %fp, i64 0, i32 0 + %d_stream = getelementptr inbounds %bug_type, %bug_type* %fp, i64 0, i32 0 ret i32 0 } |