aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailDup/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailDup/basictest.ll')
-rw-r--r--test/Transforms/TailDup/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/basictest.ll b/test/Transforms/TailDup/basictest.ll
index 33e760a..94f5d87 100644
--- a/test/Transforms/TailDup/basictest.ll
+++ b/test/Transforms/TailDup/basictest.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -tailduplicate -disable-output
+; RUN: opt < %s -tailduplicate -disable-output
declare void @__main()