.llx is no more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-12-19 20:56:53 +00:00
parent 16e7ae42a1
commit 349d8489b2
2 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,7 @@
;; Associate .ll files with llvm-mode
(setq auto-mode-alist
(append '(("\\.ll$" . llvm-mode) ("\\.llx$" . llvm-mode)) auto-mode-alist))
(append '(("\\.ll$" . llvm-mode)) auto-mode-alist))
(provide 'llvm-mode)
;; end of llvm-mode.el

View File

@ -112,7 +112,6 @@ files_to_match="\
-o -name *.intro \
-o -name *.l \
-o -name *.ll \
-o -name *.llx \
-o -name *.lst \
-o -name *.m4 \
-o -name *.pod \