summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-binary.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-08 02:30:12 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-08 02:30:12 +0000
commitbfe7393d7d3c1308e21173303feb9b5faca4ebbf (patch)
tree96bcd1e63dcf91a0263df18eba7ef8a7eac0c15f /llvm/test/CodeGen/ARM/fast-isel-binary.ll
parentbd471255a9ac64a52f4fa34cc81d2599f534e46a (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud