]> granicus.if.org Git - clang/commitdiff
Add some comments.
authorBob Wilson <bob.wilson@apple.com>
Wed, 1 Dec 2010 19:50:20 +0000 (19:50 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 1 Dec 2010 19:50:20 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120598 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/arm_neon.td

index c0647e8a8792ff8ff14a6a3d9e3888e92c3ecf6d..e1e7bb811210b5b6d464ec0c39e4c302f332644d 100644 (file)
@@ -52,7 +52,10 @@ class Inst <string p, string t, Op o> {
   bit isShift = 0;
 }
 
-// Used to generate Builtins.def
+// Used to generate Builtins.def:
+// SInst: Instruction with signed/unsigned suffix (e.g., "s8", "u8", "p8")
+// IInst: Instruction with generic integer suffix (e.g., "i8")
+// WInst: Instruction with only bit size suffix (e.g., "8")
 class SInst<string p, string t> : Inst<p, t, OP_NONE> {}
 class IInst<string p, string t> : Inst<p, t, OP_NONE> {}
 class WInst<string p, string t> : Inst<p, t, OP_NONE> {}