diff options
Diffstat (limited to 'test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll')
-rw-r--r-- | test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll b/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll index 4b64b48..3f3535b 100644 --- a/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll +++ b/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll @@ -11,7 +11,7 @@ target triple = "x86_64-unknown-linux-gnu" define void @handle_event(%struct.inode* %bar) nounwind { entry: - %0 = getelementptr %struct.inode* %bar, i64 -1, i32 1, i32 1 ; <%struct.rwlock_t*> [#uses=1] + %0 = getelementptr %struct.inode, %struct.inode* %bar, i64 -1, i32 1, i32 1 ; <%struct.rwlock_t*> [#uses=1] %1 = bitcast %struct.rwlock_t* %0 to i32* ; <i32*> [#uses=1] store i32 1, i32* %1, align 4 ret void |