Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32...
[oota-llvm.git] / test / Assembler / ConstantExprFoldCast.llx
index 3dc6aacb2746ee62553ffeaa089d891c1d47533b..abc93168cfe1e2875fcfd1f2016dd0e48d394e56 100644 (file)
@@ -1,6 +1,6 @@
 ; This test checks to make sure that constant exprs fold in some simple situations
 
-; RUN: as < %s | dis | not grep cast
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep cast
 
 %A = global int* cast (sbyte* null to int*)  ; Cast null -> fold
 %B = global int** cast (int** %A to int**)   ; Cast to same type -> fold