Chromium Code Reviews| Index: src/IceCfg.cpp |
| diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
| index 84aff16b3a61f07e5e78cb95c0adea7ecd9cf7b1..2072e161bea050cdc0da6bb91ade79df511a8105 100644 |
| --- a/src/IceCfg.cpp |
| +++ b/src/IceCfg.cpp |
| @@ -404,7 +404,6 @@ void Cfg::emit() { |
| // TODO: need a per-file emit in addition to per-CFG |
| Str << "# $LLVM_BIN_PATH/llvm-mc" |
| << " -arch=x86" |
| - << " -x86-asm-syntax=intel" |
| << " -filetype=obj" |
| << " -o=MyObj.o" |
| << "\n\n"; |