aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bitcode/select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bitcode/select.ll')
-rw-r--r--test/Bitcode/select.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Bitcode/select.ll b/test/Bitcode/select.ll
index 08a3061..3ad0679 100644
--- a/test/Bitcode/select.ll
+++ b/test/Bitcode/select.ll
@@ -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>)