| commit | 6891746cd87a8d8340c1e2b2dc9411ca67cf9231 | [log] [tgz] |
|---|---|---|
| author | Yi Kong <Yi.Kong@arm.com> | Tue Aug 26 12:48:11 2014 +0000 |
| committer | Yi Kong <Yi.Kong@arm.com> | Tue Aug 26 12:48:11 2014 +0000 |
| tree | af6647bee85a7beb822a1d0c4aabf1c13ebf8d7e | |
| parent | 1d268af09441681ea688fe3ae42f535fb9d89575 [diff] [blame] |
arm_acle: Add mappings for dbg intrinsic This completes all ACLE hint intrinsics. llvm-svn: 216453
diff --git a/clang/lib/Headers/arm_acle.h b/clang/lib/Headers/arm_acle.h index cc7171b..f7c71a6 100644 --- a/clang/lib/Headers/arm_acle.h +++ b/clang/lib/Headers/arm_acle.h
@@ -66,6 +66,10 @@ } #endif +#if __ARM_32BIT_STATE +#define __dbg(t) __builtin_arm_dbg(t) +#endif + /* 8.5 Swap */ static __inline__ uint32_t __attribute__((always_inline, nodebug)) __swp(uint32_t x, volatile uint32_t *p) {