| Index: tools/opt/opt.cpp
|
| diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
|
| index a29c261668382eb20a7bbce506f778488128babd..04fa33226658316ee727ac852cd1a4cd6a849d40 100644
|
| --- a/tools/opt/opt.cpp
|
| +++ b/tools/opt/opt.cpp
|
| @@ -580,6 +580,7 @@ int main(int argc, char **argv) {
|
| initializeExpandCtorsPass(Registry);
|
| initializeExpandTlsPass(Registry);
|
| initializeExpandTlsConstantExprPass(Registry);
|
| + initializeExpandVarArgsPass(Registry);
|
|
|
| cl::ParseCommandLineOptions(argc, argv,
|
| "llvm .bc -> .bc modular optimizer and analysis printer\n");
|
|
|