diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 75f1fc3637..e7ab04ff0c 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -37,8 +37,8 @@ namespace llvm { cl::opt<bool> EnablePPCLSR("enable-lsr-for-ppc", cl::desc("Enable LSR for PPC (beta option!)"), cl::Hidden); - cl::opt<bool> EnablePatternISel("pattern-isel", cl::Hidden, - cl::desc("Enable the pattern isel XXX FIXME")); + cl::opt<bool> EnablePatternISel("enable-ppc-pattern-isel", cl::Hidden, + cl::desc("Enable the pattern isel")); } namespace { |