Teach lowering to correctly handle invoke statepoint and gc results tied to them...
[oota-llvm.git] / test / Bitcode / select.ll
index 08a3061394dbb516a84464e478b80da5ab9b375a..3ad06796dccf3ed9ec5b766d1fd099af96a333b1 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; RUN: verify-uselistorder < %s
 
 define <2 x i32> @main() {
   ret <2 x i32> select (<2 x i1> <i1 false, i1 undef>, <2 x i32> zeroinitializer, <2 x i32> <i32 0, i32 undef>)