summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PlaceSafepoints/basic.ll
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2016-01-28 18:01:03 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2016-01-28 18:01:03 +0000
commit2321a4cd711cd809c6fe049d3d91007b6e43809c (patch)
treeb159a6d3aa8d45a0f0d36c4d3e1a8e7d49d3ff26 /llvm/test/Transforms/PlaceSafepoints/basic.ll
parentbc6b80a0ff279ca4f2d540232de60349840c042a (diff)
downloadbcm5719-llvm-2321a4cd711cd809c6fe049d3d91007b6e43809c.tar.gz
bcm5719-llvm-2321a4cd711cd809c6fe049d3d91007b6e43809c.zip
[PlaceSafepoints] Clean up tests; NFC
Use `opt < %s` instead of `opt %s` as specified in http://llvm.org/docs/TestingGuide.html#fragile-tests. llvm-svn: 259062
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/basic.ll')
-rw-r--r--llvm/test/Transforms/PlaceSafepoints/basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/basic.ll b/llvm/test/Transforms/PlaceSafepoints/basic.ll
index 8cdbc217b84..ade219e3703 100644
--- a/llvm/test/Transforms/PlaceSafepoints/basic.ll
+++ b/llvm/test/Transforms/PlaceSafepoints/basic.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -S -place-safepoints | FileCheck %s
+; RUN: opt < %s -S -place-safepoints | FileCheck %s
; Do we insert a simple entry safepoint?
OpenPOWER on IntegriCloud