Let MachineVerifier be aware of mem-to-mem instructions.
[oota-llvm.git] / test / CodeGen / SystemZ / xor-01.ll
index e0aaffbb257ec7f6d6ce6def08d823e4aaf4fd72..281f386ce955ce821af2abbe3a604cda3efe4cc3 100644 (file)
@@ -1,6 +1,6 @@
 ; Test 32-bit XORs in which the second operand is variable.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s
 
 declare i32 @foo()