summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/arm/udivmodsi4.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/arm/udivmodsi4.S')
-rw-r--r--compiler-rt/lib/builtins/arm/udivmodsi4.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/builtins/arm/udivmodsi4.S b/compiler-rt/lib/builtins/arm/udivmodsi4.S
index 2bb65fedd16..dd73c2763f2 100644
--- a/compiler-rt/lib/builtins/arm/udivmodsi4.S
+++ b/compiler-rt/lib/builtins/arm/udivmodsi4.S
@@ -117,10 +117,10 @@ DEFINE_COMPILERRT_FUNCTION(__udivmodsi4)
#define IMM #
-#define block(shift) \
- cmp r0, r1, lsl IMM shift; \
- ITT(hs); \
- addhs.w r3, r3, IMM (1 << shift); \
+#define block(shift) \
+ cmp r0, r1, lsl IMM shift; \
+ ITT(hs); \
+ addhs.w r3, r3, IMM (1 << shift); \
subhs.w r0, r0, r1, lsl IMM shift
block(31)
OpenPOWER on IntegriCloud