[PATCH] D40151: [CUDA] [test-suite] Remove references to nexttoward in CUDA tests.

2017-11-16 Thread Justin Lebar via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL318492: [CUDA] [test-suite] Remove references to nexttoward in CUDA tests. (authored by jlebar). Repository: rL LLVM https://reviews.llvm.org/D40151 Files: test-suite/trunk/External/CUDA/cmath.cu

[PATCH] D40151: [CUDA] [test-suite] Remove references to nexttoward in CUDA tests.

2017-11-16 Thread Justin Lebar via Phabricator via cfe-commits
jlebar created this revision. Herald added a subscriber: sanjoy. This function never worked -- the only reason the tests passed is because calls to this function were being DCE'ed. We're going to remove this broken function from clang, but first we need to remove it from the test-suite.