1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Typo. Thanks to BillW for pointing it out!

llvm-svn: 113281
This commit is contained in:
Stuart Hastings 2010-09-07 20:39:07 +00:00
parent 6d4356d31f
commit 92dd0fd9ba

View File

@ -3,7 +3,7 @@
void func()
{
const int *arr;
arr[0] = 1; // CXHECK: error: assignment of read-only location
arr[0] = 1; // CHECK: error: assignment of read-only location
}
struct foo {