.llx is no more.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Dec 2009 20:56:53 +0000 (20:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Dec 2009 20:56:53 +0000 (20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91784 91177308-0d34-0410-b5e6-96231b3b80d8

utils/emacs/llvm-mode.el
utils/llvmdo

index 55c56daecd05d0b7086c717cd97f6808d9c50d0a..b1af853883ad3e9036bbcf949173ad7e3df969df 100644 (file)
 
 ;; 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
index 26f2183ae4ee541905a5188d56995b58e655b37e..4a7e05af991513c46ff117acdb5b520158b65c27 100755 (executable)
@@ -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 \