[InstCombine] Call getCmpPredicateForMinMax only with a valid SPF
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-02-17-AliasUsesAliasee.ll
index 8c15c51a4e56d93ed67b8451c7da6af15c840929..17474888d79b821dece223435bd49b58cb2d7541 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globaldce
+; RUN: opt < %s -globaldce
 
-@A = alias internal void ()* @F
+@A = internal alias void (), void ()* @F
 define internal void @F() { ret void }