Do not assume the value passed to memset is an i32.
[oota-llvm.git] / test / CodeGen / MSP430 / lit.local.cfg
index 972732ebad3015f9040ef2e21d7bcd678ac394f0..b1cf1fbd21d7ee7ae521ccfd5f431cd2a7d200d6 100644 (file)
@@ -1,6 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-targets = set(config.root.targets_to_build.split())
-if not 'MSP430' in targets:
+if not 'MSP430' in config.root.targets:
     config.unsupported = True