X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FARM%2F2011-08-12-vmovqqqq-pseudo.ll;h=3cbc4cdcd707a0cc88cb162ff4cab47847dd69dc;hb=c61bc48acb6bd55fa6b96b9b27de079b441e0b17;hp=a7cdb4d1ef0ae18fe70d5ac9df8931a00bb31637;hpb=e5038e191db82d4d92fdeec1b5bce5cae21f6d8f;p=oota-llvm.git diff --git a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll index a7cdb4d1ef0..3cbc4cdcd70 100644 --- a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll +++ b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o - +; RUN: llc %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs -mcpu=cortex-a9 -O0 -o - ; Make sure that the VMOVQQQQ pseudo instruction is handled properly ; by codegen.