diff options
Diffstat (limited to 'test/Bitcode/select.ll')
-rw-r--r-- | test/Bitcode/select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/select.ll b/test/Bitcode/select.ll index 71e669a..08a3061 100644 --- a/test/Bitcode/select.ll +++ b/test/Bitcode/select.ll @@ -5,5 +5,5 @@ define <2 x i32> @main() { } ; CHECK: define <2 x i32> @main() { -; CHECK: ret <2 x i32> select (<2 x i1> <i1 false, i1 undef>, <2 x i32> zeroinitializer, <2 x i32> <i32 0, i32 undef>) +; CHECK: ret <2 x i32> <i32 0, i32 undef> ; CHECK: } |