diff options
Diffstat (limited to 'test/Linker/2002-08-20-ConstantExpr.ll')
-rw-r--r-- | test/Linker/2002-08-20-ConstantExpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2002-08-20-ConstantExpr.ll b/test/Linker/2002-08-20-ConstantExpr.ll index 5672014..f821793 100644 --- a/test/Linker/2002-08-20-ConstantExpr.ll +++ b/test/Linker/2002-08-20-ConstantExpr.ll @@ -5,5 +5,5 @@ ; RUN: llvm-link %t.LinkTest.bc %t.bc @work = global i32 4 ; <i32*> [#uses=1] -@test = global i32* getelementptr (i32* @work, i64 1) ; <i32**> [#uses=0] +@test = global i32* getelementptr (i32, i32* @work, i64 1) ; <i32**> [#uses=0] |