Fix-up for OS X test failure after r264451 ("Add memset, memmove, and memcpy to the common interceptors")

llvm-svn: 264571
This commit is contained in:
Kuba Brecka 2016-03-28 10:21:35 +00:00
parent f662b5943c
commit 2f5d8ff14a
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ int main() {
// CHECK: #0 memset
// CHECK: #1 MemSetThread
// CHECK: Previous write
// CHECK: #0 memmove
// CHECK: #0 {{(memcpy|memmove)}}
// CHECK: #1 MemMoveThread