summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-17 06:29:47 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-17 06:29:47 +0000
commitb2c4a3f0865cef424f6b7498e791c95996bebb31 (patch)
tree0c11f1b502603b9e18308d889adcd29c6605e9bd /gcc/rtl.h
parent1500062c31b5b34b6e002a72a360bd6ac35dc02d (diff)
downloadgcc-b2c4a3f0865cef424f6b7498e791c95996bebb31.tar.gz
* rtl.h (RTL_LOCATION): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 68cd4665c5f..2ed6a522b0d 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -762,7 +762,7 @@ extern void rtl_check_failed_flag (const char *, const_rtx, const char *,
#define INSN_LOCATOR(INSN) XINT (INSN, 4)
/* LOCATION of an RTX if relevant. */
#define RTL_LOCATION(X) (INSN_P (X) ? \
- locator_location (INSN_LOCATOR (x)) \
+ locator_location (INSN_LOCATOR (X)) \
: UNKNOWN_LOCATION)
/* LOCATION of current INSN. */
#define CURR_INSN_LOCATION (locator_location (curr_insn_locator ()))