diff options
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll')
-rw-r--r-- | llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll b/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll index 9edfeb75e0c..003548ffad7 100644 --- a/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll +++ b/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll @@ -1,7 +1,7 @@ ; If there's a call in the loop which dominates the backedge, we ; don't need a safepoint poll (since the callee must contain a ; poll test). -;; RUN: opt %s -place-safepoints -S | FileCheck %s +;; RUN: opt < %s -place-safepoints -S | FileCheck %s declare void @foo() |