Fix example code.

llvm-svn: 40493
This commit is contained in:
Devang Patel 2007-07-25 21:05:39 +00:00
parent b8af1c2bf6
commit b9f5c0c5be

View File

@ -320,6 +320,7 @@ argument "<tt>hello</tt>", and a name "<tt>Hello World Pass</tt>".</p>
}
};
char Hello::ID = 0;
RegisterPass&lt;Hello&gt; X("<i>hello</i>", "<i>Hello World Pass</i>");
}
</pre></div>