diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll b/llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll index 47ed43242c1..a114438921f 100644 --- a/llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll +++ b/llvm/test/Regression/Transforms/SimplifyLibCalls/MemMove.ll @@ -1,6 +1,6 @@ ; Test that the StrCatOptimizer works correctly -; RUN: llvm-as < %s | opt -constprop -simplify-libcalls -disable-output && -; RUN: llvm-as < %s | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memmove' +; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls -disable-output && +; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -simplify-libcalls | llvm-dis | not grep 'call.*llvm.memmove' declare sbyte* %llvm.memmove(sbyte*,sbyte*,int,int) %h = constant [2 x sbyte] c"h\00" |

