Use doxygen comment syntax.
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.cpp
index 7ddcef975eb6e92d87074ac7905ed1d92405f037..eda0c933661e3b7dba1d6c08d91d1d7ab0868e70 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
     // whole compilation callback doesn't exist as far as the caller is
     // concerned, so we can't just preserve the callee saved regs.
     "stmdb sp!, {r0, r1, r2, r3, lr}\n"
-#ifdef __APPLE__ 
+#ifndef __SOFTFP__
     "fstmfdd sp!, {d0, d1, d2, d3, d4, d5, d6, d7}\n"
 #endif
     // The LR contains the address of the stub function on entry.
@@ -83,7 +83,7 @@ extern "C" {
     // 6-20 | D0..D7 | Saved VFP registers
     //      +--------+    
     //
-#ifdef __APPLE__ 
+#ifndef __SOFTFP__
     // Restore VFP caller-saved registers.
     "fldmfdd sp!, {d0, d1, d2, d3, d4, d5, d6, d7}\n"
 #endif