PeepholeOptimizer: make parameter ref to SmallPtrSetImpl
[oota-llvm.git] / utils / emacs / tablegen-mode.el
index e83a34ca18169c0394d019ca97ff01687a433610..c0ae75100bfb85bf945292bccc9d2ee8dc36c657 100644 (file)
   (set-syntax-table tablegen-mode-syntax-table)
   (make-local-variable 'comment-start)
   (setq comment-start "//")
+  (setq indent-tabs-mode nil)
   (run-hooks 'tablegen-mode-hook))       ; Finally, this permits the user to
                                          ;   customize the mode with a hook.