Commit 8c5b059c by Jeff Law

Fix typo in last change.

From-SVN: r11457
parent e4afa8c8
...@@ -562,7 +562,7 @@ do { \ ...@@ -562,7 +562,7 @@ do { \
/* Value should be nonzero if functions must have frame pointers. /* Value should be nonzero if functions must have frame pointers.
All functions have frame pointers when optimizing for space All functions have frame pointers when optimizing for space
(for now). (for now). */
#define FRAME_POINTER_REQUIRED \ #define FRAME_POINTER_REQUIRED \
(current_function_calls_alloca || TARGET_SPACE) (current_function_calls_alloca || TARGET_SPACE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment