[llvm] r207553 - Support: Fix test name

Chandler Carruth chandlerc at google.com
Tue Apr 29 10:03:27 PDT 2014


Er, BlockProbability?
On Apr 29, 2014 9:55 AM, "Duncan P. N. Exon Smith" <dexonsmith at apple.com>
wrote:

> Author: dexonsmith
> Date: Tue Apr 29 11:44:56 2014
> New Revision: 207553
>
> URL: http://llvm.org/viewvc/llvm-project?rev=207553&view=rev
> Log:
> Support: Fix test name
>
> Modified:
>     llvm/trunk/unittests/Support/BranchProbabilityTest.cpp
>
> Modified: llvm/trunk/unittests/Support/BranchProbabilityTest.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/BranchProbabilityTest.cpp?rev=207553&r1=207552&r2=207553&view=diff
>
> ==============================================================================
> --- llvm/trunk/unittests/Support/BranchProbabilityTest.cpp (original)
> +++ llvm/trunk/unittests/Support/BranchProbabilityTest.cpp Tue Apr 29
> 11:44:56 2014
> @@ -155,7 +155,7 @@ TEST(BranchProbabilityTest, scaleByInver
>              BP(Two31 + 1, UINT32_MAX).scaleByInverse(Two63 + Two31));
>  }
>
> -TEST(BlockFrequencyTest, scaleBruteForce) {
> +TEST(BlockProbabilityTest, scaleBruteForce) {
>    struct {
>      uint64_t Num;
>      uint32_t Prob[2];
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140429/c22e5aed/attachment.html>


More information about the llvm-commits mailing list