diff options
Diffstat (limited to 'test/Transforms/ArgumentPromotion/variadic.ll')
-rw-r--r-- | test/Transforms/ArgumentPromotion/variadic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/ArgumentPromotion/variadic.ll b/test/Transforms/ArgumentPromotion/variadic.ll index 0e03882d3b202..034f853883fd7 100644 --- a/test/Transforms/ArgumentPromotion/variadic.ll +++ b/test/Transforms/ArgumentPromotion/variadic.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -argpromotion -S | FileCheck %s +; RUN: opt < %s -passes=argpromotion -S | FileCheck %s ; Unused arguments from variadic functions cannot be eliminated as that changes ; their classiciation according to the SysV amd64 ABI. Clang and other frontends |