diff options
Diffstat (limited to 'test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll')
-rw-r--r-- | test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll b/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll index 047ff0a..e7fc4fb 100644 --- a/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll +++ b/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -argpromotion -disable-output +; RUN: opt %s -inline -argpromotion -disable-output define internal fastcc i32 @hash(i32* %ts, i32 %mod) nounwind { entry: |