]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtl.h (RTL_LOCATION): Fix typo.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 17 Oct 2009 06:29:47 +0000 (06:29 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 17 Oct 2009 06:29:47 +0000 (06:29 +0000)
From-SVN: r152929

gcc/ChangeLog
gcc/rtl.h

index 156030e720ece4fea5ee1bcb81472d0f5d616b9c..80667d3ef7fafd747408f006fc4ed961524542c6 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-17  Alexandre Oliva  <aoliva@redhat.com>
+
+       * rtl.h (RTL_LOCATION): Fix typo.
+
 2009-10-17  Alexandre Oliva  <aoliva@redhat.com>
 
        * print-rtl.c (print_rtx): Print locators in asm_operands
index 68cd4665c5fe4631788a854e5003e3b7fce8c257..2ed6a522b0ddbf101dd8a47ce71854784ec9e4e8 100644 (file)
--- 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 ()))