Index: tools/opt/opt.cpp |
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp |
index 26a5e4a3c171bd60d9c460540153f4945b0226a5..7a8ecad92831075bc90e584b4abddc5d89546ef0 100644 |
--- a/tools/opt/opt.cpp |
+++ b/tools/opt/opt.cpp |
@@ -586,8 +586,6 @@ int main(int argc, char **argv) { |
initializeExpandVarArgsPass(Registry); |
initializeFlattenGlobalsPass(Registry); |
initializeGlobalCleanupPass(Registry); |
- initializePNaClABIVerifyFunctionsPass(Registry); |
jvoung (off chromium)
2013/04/25 17:30:25
I'm not sure how to pass a flag to these generic i
Mark Seaborn
2013/04/25 18:11:19
You could have a "static cl::opt<bool>" in PNaClAB
jvoung (off chromium)
2013/04/25 23:22:20
I think it's separate for streaming -- one is a mo
Derek Schuff
2013/04/26 00:34:34
On 2013/04/25 23:22:20, jvoung (cr) wrote:
The sep
|
- initializePNaClABIVerifyModulePass(Registry); |
initializeResolveAliasesPass(Registry); |
initializeStripMetadataPass(Registry); |
// @LOCALMOD-END |