diff options
Diffstat (limited to 'test/Other/2004-08-16-LowerPacked.ll')
-rw-r--r-- | test/Other/2004-08-16-LowerPacked.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2004-08-16-LowerPacked.ll b/test/Other/2004-08-16-LowerPacked.ll index 4c11f82c37c..1d8da1d5570 100644 --- a/test/Other/2004-08-16-LowerPacked.ll +++ b/test/Other/2004-08-16-LowerPacked.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -lower-packed | llvm-dis +; RUN: llvm-upgrade < %s | llvm-as | opt -lower-packed | llvm-dis %foo = uninitialized global <2 x int>; %bar = uninitialized global <2 x int>; |