[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
[oota-llvm.git] / test / CodeGen / X86 / lit.local.cfg
index b05ed3c77c166e52612e41e07dccba3fbac87e8b..a8ad0f1a28b23766c81a5a49d05536859b8226bf 100644 (file)
@@ -1,13 +1,6 @@
 config.suffixes = ['.ll', '.c', '.cpp']
 
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
-targets = set(root.targets_to_build.split())
+targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True