diff options
Diffstat (limited to 'test/Transforms/TailDup')
-rw-r--r-- | test/Transforms/TailDup/2003-06-24-Simpleloop.ll | 2 | ||||
-rw-r--r-- | test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll | 2 | ||||
-rw-r--r-- | test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll | 2 | ||||
-rw-r--r-- | test/Transforms/TailDup/PHIUpdateTest.ll | 2 | ||||
-rw-r--r-- | test/Transforms/TailDup/basictest.ll | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/Transforms/TailDup/2003-06-24-Simpleloop.ll b/test/Transforms/TailDup/2003-06-24-Simpleloop.ll index e6e1b22..3047fe6 100644 --- a/test/Transforms/TailDup/2003-06-24-Simpleloop.ll +++ b/test/Transforms/TailDup/2003-06-24-Simpleloop.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -tailduplicate -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -disable-output void %motion_result7() { entry: diff --git a/test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll b/test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll index 3e6ca09..c723339 100644 --- a/test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll +++ b/test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -tailduplicate -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -disable-output implementation diff --git a/test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll b/test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll index 35c8264..4b98675 100644 --- a/test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll +++ b/test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -tailduplicate -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -disable-output implementation diff --git a/test/Transforms/TailDup/PHIUpdateTest.ll b/test/Transforms/TailDup/PHIUpdateTest.ll index 08112b4..433b078 100644 --- a/test/Transforms/TailDup/PHIUpdateTest.ll +++ b/test/Transforms/TailDup/PHIUpdateTest.ll @@ -1,6 +1,6 @@ ; This test checks to make sure phi nodes are updated properly ; -; RUN: as < %s | opt -tailduplicate -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -disable-output diff --git a/test/Transforms/TailDup/basictest.ll b/test/Transforms/TailDup/basictest.ll index 66dcf63..f20896d 100644 --- a/test/Transforms/TailDup/basictest.ll +++ b/test/Transforms/TailDup/basictest.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -tailduplicate -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -disable-output declare void %__main() |