diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-02-08 02:30:12 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-02-08 02:30:12 +0000 |
commit | bfe7393d7d3c1308e21173303feb9b5faca4ebbf (patch) | |
tree | 96bcd1e63dcf91a0263df18eba7ef8a7eac0c15f /llvm/test/CodeGen/ARM/fast-isel-binary.ll | |
parent | bd471255a9ac64a52f4fa34cc81d2599f534e46a (diff) | |
download | bcm5719-llvm-bfe7393d7d3c1308e21173303feb9b5faca4ebbf.tar.gz bcm5719-llvm-bfe7393d7d3c1308e21173303feb9b5faca4ebbf.zip |
Add comment to test case.
llvm-svn: 150046
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-binary.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-binary.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-binary.ll b/llvm/test/CodeGen/ARM/fast-isel-binary.ll index 642fcd03551..b15949c4f3b 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-binary.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-binary.ll @@ -39,6 +39,8 @@ entry: ret void } +; Test or with non-legal types + define void @or_i1(i1 %a, i1 %b) nounwind ssp { entry: ; ARM: or_i1 |