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