diff options
Diffstat (limited to 'test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll')
-rw-r--r-- | test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll b/test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll index ca5cbf120e..23ca986bc7 100644 --- a/test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll +++ b/test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-extract -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -loop-extract -disable-output %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int } %struct.table_t = type { [1 x %struct.node_t**], [1 x %struct.node_t**] } |