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 | 176346d021aade8949c5d33e280d835b30a6b5c9 (patch) | |
tree | 9442c8e92feaaa727a07f5e5ef8b7a15760cae20 | |
parent | 6fde8756215a725578b6afe678757f60d7f55d06 (diff) | |
download | external_llvm-176346d021aade8949c5d33e280d835b30a6b5c9.zip external_llvm-176346d021aade8949c5d33e280d835b30a6b5c9.tar.gz external_llvm-176346d021aade8949c5d33e280d835b30a6b5c9.tar.bz2 |
Add comment to test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150046 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/fast-isel-binary.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/fast-isel-binary.ll b/test/CodeGen/ARM/fast-isel-binary.ll index 642fcd0..b15949c 100644 --- a/test/CodeGen/ARM/fast-isel-binary.ll +++ b/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 |