diff options
Diffstat (limited to 'llvm/utils/TableGen/NeonEmitter.h')
| -rw-r--r-- | llvm/utils/TableGen/NeonEmitter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/NeonEmitter.h b/llvm/utils/TableGen/NeonEmitter.h index f5fd37e71ab..1e6fcbf555d 100644 --- a/llvm/utils/TableGen/NeonEmitter.h +++ b/llvm/utils/TableGen/NeonEmitter.h @@ -168,6 +168,9 @@ namespace llvm { // runHeader - Emit all the __builtin prototypes used in arm_neon.h void runHeader(raw_ostream &o); + // runTests - Emit tests for all the Neon intrinsics. + void runTests(raw_ostream &o); + private: void emitIntrinsic(raw_ostream &OS, Record *R); }; |

