commit | 9737a63ed8786e58e5aa261df1587673c9eba32d | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Sep 08 16:50:01 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Sep 08 16:50:01 2009 +0000 |
tree | 07b2098a85687c5bdc340fc6e4f67514d5c38336 | |
parent | be4253a0caf6f011b2af12803db9cf980f48084e [diff] [blame] |
Change these tests to feed the assembly files to opt directly, instead of using llvm-as, now that opt supports this. llvm-svn: 81226
diff --git a/llvm/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll b/llvm/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll index 0ab5498..c9013e5 100644 --- a/llvm/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll +++ b/llvm/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -extract-blocks -disable-output +; RUN: opt %s -extract-blocks -disable-output define void @test1() { no_exit.0.i: