[Hexagon] Fixing load instruction parsing and reenabling tests.
[oota-llvm.git] / test / CodeGen / PowerPC / lit.local.cfg
index aaa31d93d5f29563375ba937f20577a116b30f37..5d33887ff0a48809f94f35bb339934d932606be4 100644 (file)
@@ -1,6 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.test']
-
-targets = set(config.root.targets_to_build.split())
-if not 'PowerPC' in targets:
+if not 'PowerPC' in config.root.targets:
     config.unsupported = True