From 1058253c364b2c98e6cecfe15d18d3562db245f4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 16 Jul 2010 00:31:23 +0000 Subject: Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare the builtin as void __clear_cache(...) to workaround this, which appears to match what GCC does. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108487 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/builtins-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/builtins-arm.c') diff --git a/test/CodeGen/builtins-arm.c b/test/CodeGen/builtins-arm.c index 546f57a4a1..09df1ef42c 100644 --- a/test/CodeGen/builtins-arm.c +++ b/test/CodeGen/builtins-arm.c @@ -9,4 +9,4 @@ void f1(char *a, char *b) { __clear_cache(a,b); } -// CHECK: call void @__clear_cache +// CHECK: call {{.*}} @__clear_cache -- cgit v1.2.1