diff options
Diffstat (limited to 'test/Transforms/GCSE/gcsetests.ll')
-rw-r--r-- | test/Transforms/GCSE/gcsetests.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GCSE/gcsetests.ll b/test/Transforms/GCSE/gcsetests.ll index 26a5382fae..8ae62d6fed 100644 --- a/test/Transforms/GCSE/gcsetests.ll +++ b/test/Transforms/GCSE/gcsetests.ll @@ -1,6 +1,6 @@ ; Various test cases to ensure basic functionality is working for GCSE -; RUN: as < %s | opt -gcse +; RUN: llvm-as < %s | opt -gcse implementation |