commit | 6448ee44c6f232f215d5d9f145a0d71a983c4a3f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Mar 09 22:30:49 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Mar 09 22:30:49 2006 +0000 |
tree | f584ce953eb7475490619bc2911dacaac9f821a5 | |
parent | c92dba26bf7b1576d175021b450e8b988a8efa5e [diff] [blame] |
Parse mod/ref properties, autogen mod/ref information git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26669 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/IntrinsicEmitter.h b/utils/TableGen/IntrinsicEmitter.h index f09f6f6..ce1b3b6 100644 --- a/utils/TableGen/IntrinsicEmitter.h +++ b/utils/TableGen/IntrinsicEmitter.h
@@ -33,6 +33,8 @@ std::ostream &OS); void EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints, std::ostream &OS); + void EmitModRefInfo(const std::vector<CodeGenIntrinsic> &Ints, + std::ostream &OS); }; } // End llvm namespace