| commit | 15dd46215e2f43b9a768b5c0dadfd1571a7464b4 | [log] [tgz] |
|---|---|---|
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Nov 22 11:45:44 2009 +0000 |
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Nov 22 11:45:44 2009 +0000 |
| tree | 778ce56ef9476a20269ea6bff1145ccac0e0dfd1 | |
| parent | 12048d868b51701295c95f23c47c9b3e8b6cf6c8 [diff] [blame] |
Convert a few tests to FileCheck for PR5307. llvm-svn: 89584
diff --git a/llvm/test/CodeGen/ARM/bic.ll b/llvm/test/CodeGen/ARM/bic.ll index b16dcc6..5c6044d 100644 --- a/llvm/test/CodeGen/ARM/bic.ll +++ b/llvm/test/CodeGen/ARM/bic.ll
@@ -6,8 +6,12 @@ ret i32 %tmp1 } +; CHECK: bic r0, r0, r1 + define i32 @f2(i32 %a, i32 %b) { %tmp = xor i32 %b, 4294967295 %tmp1 = and i32 %tmp, %a ret i32 %tmp1 } + +; CHECK: bic r0, r0, r1