Emit vmovl intrinsics first in the arm_neon.h header
[oota-llvm.git] / utils / TableGen / NeonEmitter.h
index f157b097cbdb356b915c32e0d8cd6dc9d1e31f15..39877e7f5da818b7b55bda562a8c9cefd02ed7fe 100644 (file)
@@ -131,6 +131,9 @@ namespace llvm {
 
     // runHeader - Emit all the __builtin prototypes used in arm_neon.h
     void runHeader(raw_ostream &o);
+
+  private:
+    void emitIntrinsic(raw_ostream &OS, Record *R);
   };
 
 } // End llvm namespace