diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-11-06-testb.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2008-11-06-testb.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-11-06-testb.ll b/llvm/test/CodeGen/X86/2008-11-06-testb.ll index e7caa7a1067..d510e9f6f38 100644 --- a/llvm/test/CodeGen/X86/2008-11-06-testb.ll +++ b/llvm/test/CodeGen/X86/2008-11-06-testb.ll @@ -9,7 +9,7 @@ target triple = "i386-apple-darwin9.5" define i32 @foo(%struct.x* %p) nounwind { entry: - %0 = getelementptr %struct.x* %p, i32 0, i32 0 ; <i8*> [#uses=1] + %0 = getelementptr %struct.x, %struct.x* %p, i32 0, i32 0 ; <i8*> [#uses=1] store i8 55, i8* %0, align 1 %1 = bitcast %struct.x* %p to i32* ; <i32*> [#uses=1] %2 = load i32* %1, align 1 ; <i32> [#uses=1] |

