Message ID | 1282057209.28522.45.camel@e102325-lin.cambridge.arm.com |
---|---|
State | New |
Headers | show |
Ah - ignore this. Just realized that Jie had fixed this on trunk and I'd been using a 4.5 based compiler. cheers Ramana
diff --git a/gcc/config/arm/cortex-a8.md b/gcc/config/arm/cortex-a8.md index e982e04..a351d59 100644 --- a/gcc/config/arm/cortex-a8.md +++ b/gcc/config/arm/cortex-a8.md @@ -32,6 +32,10 @@ (define_cpu_unit "cortex_a8_alu0" "cortex_a8") (define_cpu_unit "cortex_a8_alu1" "cortex_a8") +;; NEON (including VFP) instructions. + +(include "cortex-a8-neon.md") + ;; The usual flow of an instruction through the pipelines. (define_reservation "cortex_a8_default" "cortex_a8_alu0|cortex_a8_alu1") @@ -270,7 +274,4 @@ (eq_attr "type" "call")) "cortex_a8_issue_branch") -;; NEON (including VFP) instructions. - -(include "cortex-a8-neon.md")