r178510 - Fix typo in test

Jordan Rose jordan_rose at apple.com
Mon Apr 1 16:07:26 PDT 2013


Hmm…doesn't FileCheck warn if there are no CHECK directives? What happened here?


On Apr 1, 2013, at 15:58 , Matt Beaumont-Gay <matthewbg at google.com> wrote:

> Author: matthewbg
> Date: Mon Apr  1 17:58:48 2013
> New Revision: 178510
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=178510&view=rev
> Log:
> Fix typo in test
> 
> Modified:
>    cfe/trunk/test/Driver/r600-mcpu.cl
> 
> Modified: cfe/trunk/test/Driver/r600-mcpu.cl
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/r600-mcpu.cl?rev=178510&r1=178509&r2=178510&view=diff
> ==============================================================================
> --- cfe/trunk/test/Driver/r600-mcpu.cl (original)
> +++ cfe/trunk/test/Driver/r600-mcpu.cl Mon Apr  1 17:58:48 2013
> @@ -37,7 +37,7 @@
> // RV730-CHECK: "-target-cpu" "rv730"
> // RV770-CHECK: "-target-cpu" "rv770"
> // CEDAR-CHECK: "-target-cpu" "cedar"
> -// REDOWOOD-CHECK: "-target-cpu" "redwood"
> +// REDWOOD-CHECK: "-target-cpu" "redwood"
> // JUNIPER-CHECK: "-target-cpu" "juniper"
> // CYPRESS-CHECK: "-target-cpu" "cypress"
> // BARTS-CHECK: "-target-cpu" "barts"
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130401/8aaa46b3/attachment.html>


More information about the cfe-commits mailing list