diff options
Diffstat (limited to 'test/Other/2002-08-02-DomSetProblem.ll')
-rw-r--r-- | test/Other/2002-08-02-DomSetProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2002-08-02-DomSetProblem.ll b/test/Other/2002-08-02-DomSetProblem.ll index ed7c86a..f62135d 100644 --- a/test/Other/2002-08-02-DomSetProblem.ll +++ b/test/Other/2002-08-02-DomSetProblem.ll @@ -2,7 +2,7 @@ ; blocks. These blocks should at least dominate themselves. This is ; fouling up the verify pass. ; -; RUN: llvm-as < %s | opt -analyze -domset | grep BB +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -domset | grep BB void %test() { ret void |