Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
[oota-llvm.git] / test / Assembler / ConstantExprFold.llx
index b4d779d79464e7aa67d9cec1db2bd7f5562ad582..02857439201b3f9b7a78a4f9df91b6290be19cb5 100644 (file)
@@ -24,6 +24,3 @@ global bool setlt (int* getelementptr (%Ty* %B, long 0, uint 0),
                    int* getelementptr (%Ty* %B, long 0, uint 1))            ; true
 ;global bool setne (long* %A, long* cast (%Ty* %B to long*))                 ; true
 
-global bool seteq ({ short }* cast (int 1 to { short }*), { short }* null)
-global  bool setlt ({ short }* cast (int 1 to { short }*), { short }* cast (int 2 to { short }*))
-