From 1cc6dd97dac3da3605aa5e71362f24e9a6c10db5 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 1 Oct 2009 22:19:57 +0000 Subject: Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default. llvm-svn: 83218 --- llvm/lib/CodeGen/PostRASchedulerList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp index eddc4890306..2dafa87cf30 100644 --- a/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp @@ -54,7 +54,7 @@ STATISTIC(NumStalls, "Number of pipeline stalls"); static cl::opt EnablePostRAScheduler("post-RA-scheduler", cl::desc("Enable scheduling after register allocation"), - cl::init(false)); + cl::init(false), cl::Hidden); static cl::opt EnableAntiDepBreaking("break-anti-dependencies", cl::desc("Break post-RA scheduling anti-dependencies"), -- cgit v1.2.3