diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll b/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll index 6776ff185df..8e8f019c661 100644 --- a/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll +++ b/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output %Ty = type opaque |

