Set correct <def,undef> flags when lowering REG_SEQUENCE.
[oota-llvm.git] / test / Makefile
index 62b097354b87b4f3fce8ff721d9b93c757f6ae42..1bf287401c104d589a907ae41e75b0bdc2aaa73b 100644 (file)
@@ -121,11 +121,6 @@ DSYMUTIL=dsymutil
 else
 DSYMUTIL=true
 endif
-ifdef TargetCommonOpts
-BUGPOINT_TOPTS="-gcc-tool-args $(TargetCommonOpts)"
-else
-BUGPOINT_TOPTS=""
-endif
 
 ifneq ($(OCAMLOPT),)
 CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')