commit | c9b208c88607172bf23eb92bb1f8d8dfb833e814 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 27 22:44:20 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 27 22:44:20 2006 +0000 |
tree | aef10ec9aae5f4ddd99eda1c409b1ef4615af92d | |
parent | 7f8897f22e88271cfa114998a4d6088e7c8e8e11 [diff] [blame] |
Adjust tests now that opt doesn't read .ll files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29926 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Other/2002-08-02-DomSetProblem.ll b/test/Other/2002-08-02-DomSetProblem.ll index 4b11eb8..ed7c86a 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: opt -analyze -domset %s | grep BB +; RUN: llvm-as < %s | opt -analyze -domset | grep BB void %test() { ret void