[llvm] r277498 - [AArch64] Remove useless 'import re' from CodeGen lit.local.cfg. NFC.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 12:04:25 PDT 2016


Author: ab
Date: Tue Aug  2 14:04:25 2016
New Revision: 277498

URL: http://llvm.org/viewvc/llvm-project?rev=277498&view=rev
Log:
[AArch64] Remove useless 'import re' from CodeGen lit.local.cfg. NFC.

Modified:
    llvm/trunk/test/CodeGen/AArch64/lit.local.cfg

Modified: llvm/trunk/test/CodeGen/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/lit.local.cfg?rev=277498&r1=277497&r2=277498&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/AArch64/lit.local.cfg Tue Aug  2 14:04:25 2016
@@ -1,4 +1,2 @@
-import re
-
 if not 'AArch64' in config.root.targets:
     config.unsupported = True




More information about the llvm-commits mailing list