summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline-optsize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline-optsize.ll')
-rw-r--r--test/Transforms/Inline/inline-optsize.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/inline-optsize.ll b/test/Transforms/Inline/inline-optsize.ll
index 20d7426abd..3ad573a04e 100644
--- a/test/Transforms/Inline/inline-optsize.ll
+++ b/test/Transforms/Inline/inline-optsize.ll
@@ -1,5 +1,5 @@
-; RUN: opt -S -Oz %s | FileCheck %s -check-prefix=OZ
-; RUN: opt -S -O2 %s | FileCheck %s -check-prefix=O2
+; RUN: opt -S -Oz < %s | FileCheck %s -check-prefix=OZ
+; RUN: opt -S -O2 < %s | FileCheck %s -check-prefix=O2
; The inline threshold for a function with the optsize attribute is currently
; the same as the global inline threshold for -Os. Check that the optsize