diff options
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx')
-rw-r--r-- | llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx b/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx index d880876afaa..743d0177b2d 100644 --- a/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx +++ b/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx @@ -5,6 +5,7 @@ ; everything up. :( Test that this does not happen anymore. ; ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep _memcpy +; XFAIL: * declare void %llvm.memcpy(sbyte*, sbyte*, uint,uint) declare float* %memcpy(int*, uint,int) |