Fix another build warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Johnny Chen 2010-04-02 23:43:38 +00:00
parent c85eacba27
commit a70261550e

View File

@ -223,6 +223,8 @@ public:
: Opcode(opc), Format(format), NumOps(num), Algo(algo), SP(0)
{}
virtual ~ARMBasicMCBuilder() {}
void setSession(Session *sp) {
SP = sp;
}