diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
| commit | bfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (patch) | |
| tree | df8df0b0067b381eab470a3b8f28d14a552a6340 /test/CodeGen/2008-01-25-ByValReadNone.c | |
| parent | 6a0372513edbc473b538d2f724efac50405d6fef (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/2008-01-25-ByValReadNone.c')
| -rw-r--r-- | test/CodeGen/2008-01-25-ByValReadNone.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/2008-01-25-ByValReadNone.c b/test/CodeGen/2008-01-25-ByValReadNone.c index ca21f6c443a0..bb5a5887483e 100644 --- a/test/CodeGen/2008-01-25-ByValReadNone.c +++ b/test/CodeGen/2008-01-25-ByValReadNone.c @@ -1,7 +1,6 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s - -// XFAIL: mips +// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s +// It could hit in @llvm.memcpy with "-triple x86_64-(mingw32|win32)". // CHECK-NOT: readonly // CHECK-NOT: readnone |
