aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmexpand.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Asmexpand.ml')
-rwxr-xr-x[-rw-r--r--]powerpc/Asmexpand.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/powerpc/Asmexpand.ml b/powerpc/Asmexpand.ml
index 20ae0f66..93a0b17f 100644..100755
--- a/powerpc/Asmexpand.ml
+++ b/powerpc/Asmexpand.ml
@@ -510,6 +510,9 @@ let expand_builtin_inline name args res =
end;
emit (Por (res, res, GPR0))
end
+ (* no operation *)
+ | "__builtin_nop", [], _ ->
+ emit (Pori (GPR0, GPR0, Cint _0))
(* atomic operations *)
| "__builtin_atomic_exchange", [BA (IR a1); BA (IR a2); BA (IR a3)],_ ->
emit (Plwz (GPR10,Cint _0,a2));