diff options
Diffstat (limited to 'test/Transforms/Inline/2008-10-30-AlwaysInline.ll')
-rw-r--r-- | test/Transforms/Inline/2008-10-30-AlwaysInline.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/2008-10-30-AlwaysInline.ll b/test/Transforms/Inline/2008-10-30-AlwaysInline.ll index 765fc75..12f9d28 100644 --- a/test/Transforms/Inline/2008-10-30-AlwaysInline.ll +++ b/test/Transforms/Inline/2008-10-30-AlwaysInline.ll @@ -1,7 +1,7 @@ -; RUN: llvm-as < %s | opt -always-inline | llvm-dis | not grep call +; RUN: opt %s -always-inline | llvm-dis | not grep call ; Ensure that threshold doesn't disrupt always inline. -; RUN: llvm-as < %s | opt -inline-threshold=-2000000001 -always-inline | llvm-dis | not grep call +; RUN: opt %s -inline-threshold=-2000000001 -always-inline | llvm-dis | not grep call define internal i32 @if0() alwaysinline { |