Add a Neon intrinsic test generator.
[oota-llvm.git] / utils / TableGen / NeonEmitter.h
index f5fd37e71abd0fa7753fb02ab56b1ba41b254b16..1e6fcbf555df4fefe34663a8e9fae870ca8a3a51 100644 (file)
@@ -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);
   };