llvm-6502/test/Transforms/ConstantHoisting/X86/lit.local.cfg
Benjamin Kramer 08aa38d39b ConstantHoisting: We can't insert instructions directly in front of a PHI node.
Insert before the terminating instruction of the dominating block instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200218 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-27 13:11:43 +00:00

5 lines
108 B
INI

targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True