OSDN Git Service

* dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c,
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / predicates.md
index 4308164..24b00ba 100644 (file)
 ;; Return 1 if the operand is in volatile memory.  Note that during the
 ;; RTL generation phase, memory_operand does not return TRUE for volatile
 ;; memory references.  So this function allows us to recognize volatile
-;; references where its safe.
+;; references where it's safe.
 (define_predicate "volatile_mem_operand"
   (and (and (match_code "mem")
            (match_test "MEM_VOLATILE_P (op)"))