diff options
-rw-r--r-- | test/Driver/r600-mcpu.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/r600-mcpu.cl b/test/Driver/r600-mcpu.cl index 909beb6d77..70e811650e 100644 --- a/test/Driver/r600-mcpu.cl +++ b/test/Driver/r600-mcpu.cl @@ -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" |