summaryrefslogtreecommitdiff
path: root/test/Other/2004-08-16-PackedGlobalConstant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2004-08-16-PackedGlobalConstant.ll')
-rw-r--r--test/Other/2004-08-16-PackedGlobalConstant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2004-08-16-PackedGlobalConstant.ll b/test/Other/2004-08-16-PackedGlobalConstant.ll
index 9a8c21c596..01b0d5dd40 100644
--- a/test/Other/2004-08-16-PackedGlobalConstant.ll
+++ b/test/Other/2004-08-16-PackedGlobalConstant.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
%foo = global <2 x int> <int 0, int 1>;
%bar = uninitialized global <2 x int>;