Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
[oota-llvm.git] / test / CodeGen / SystemZ / 02-RetXor.ll
index 9287e7704b40d5307792996f20d354c228bd683f..4d1adf2f367c161d8b214ab8ad4e18e2f13c9fcd 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=systemz
+; RUN: llc < %s -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = xor i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}