diff options
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/constantize.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/constantize.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/constantize.ll b/llvm/test/Regression/Analysis/DSGraph/constantize.ll index fa7c12f5d85..c8d0ad8fc56 100644 --- a/llvm/test/Regression/Analysis/DSGraph/constantize.ll +++ b/llvm/test/Regression/Analysis/DSGraph/constantize.ll @@ -1,6 +1,6 @@ ; Make sure that the ds-opt pass is constantizing globals ; -; RUN: llvm-as < %s | opt -ds-opt | llvm-dis | grep %G | grep constant +; RUN: llvm-upgrade < %s | llvm-as | opt -ds-opt | llvm-dis | grep %G | grep constant %G = internal global int 0 ; <int*> [#uses=2] |

