diff options
Diffstat (limited to 'test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll')
-rw-r--r-- | test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll b/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll index 18193e1..d0ec438 100644 --- a/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll +++ b/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll @@ -1,6 +1,6 @@ ; LICM is adding stores before phi nodes. bad. -; RUN: as < %s | opt -licm +; RUN: llvm-as < %s | opt -licm bool %test(bool %c) { br bool %c, label %Loop, label %Out |