Remove unused check from test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Chisnall 2013-03-03 17:50:06 +00:00
Родитель 7298c0b14c
Коммит b00150a17a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -22,8 +22,6 @@ _Atomic(char*) p;
_Atomic(float) f;
_Atomic(vector) v;
// CHECK-NOT: cmpxchg
// CHECK: testinc
void testinc(void)
{