From 84f9abe3f59905e06d63c799ea965e97c7566c83 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 11 Jul 2009 21:24:52 +0000 Subject: Fix unused function warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75386 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/ToolRunner.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/bugpoint/ToolRunner.cpp') diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 7087cdd3d1..e00a2b93a0 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -543,6 +543,7 @@ CBE *AbstractInterpreter::createCBE(const std::string &ProgramPath, // GCC abstraction // +#ifdef __APPLE__ static bool IsARMArchitecture(std::vector Args) { @@ -558,6 +559,7 @@ IsARMArchitecture(std::vector Args) return false; } +#endif int GCC::ExecuteProgram(const std::string &ProgramFile, const std::vector &Args, -- cgit v1.2.3