projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Teach the legalizer how to handle operands for VSELECT nodes
[oota-llvm.git]
/
test
/
ExecutionEngine
/
simplesttest.ll
1
; RUN: %lli %s > /dev/null
2
3
define i32 @main() {
4
ret i32 0
5
}
6