r178510 - Fix typo in test

Matt Beaumont-Gay matthewbg at google.com
Mon Apr 1 15:58:48 PDT 2013


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"





More information about the cfe-commits mailing list