1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

.llx is no more.

llvm-svn: 91784
This commit is contained in:
Chris Lattner 2009-12-19 20:56:53 +00:00
parent 4f562e5f14
commit 2c532518c0
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 \