summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll b/llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll
index e85b565eee3..3f1b4bf90a7 100644
--- a/llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll
+++ b/llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll
@@ -5,5 +5,5 @@
; RUN: link Output/%s.LinkTest.bc Output/%s.bc
%work = global int 4
-%test = global int* getelementptr( int* %work, uint 1)
+%test = global int* getelementptr( int* %work, long 1)
OpenPOWER on IntegriCloud