OSDN Git Service

Add basic tests for PlaceSafepoints
authorPhilip Reames <listmail@philipreames.com>
Mon, 9 Feb 2015 21:48:05 +0000 (21:48 +0000)
committerPhilip Reames <listmail@philipreames.com>
Mon, 9 Feb 2015 21:48:05 +0000 (21:48 +0000)
commitc016fa420fb79d0ca553978b244c922da29b2ded
treeea8f9ea67e879926d2e93eb2b52e874a3840ee0a
parent556548b7c1e86ff5b37bf33d41a3b2f9b2776cee
Add basic tests for PlaceSafepoints

This is just adding really simple tests which should have been part of the original submission.  When doing so, I discovered that I'd mistakenly removed required pieces when preparing the patch for upstream submission.  I fixed two such bugs in this submission.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228610 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/PlaceSafepoints.cpp
test/Transforms/PlaceSafepoints/basic.ll [new file with mode: 0644]