repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
tools
/
llvm-lit
/
chain.c
blob
6f6541d2e46a0cdd696ca8a9efa5af0207cc3318
1
// This test should fail. lit used to interpret this as:
2
// (false && false) || true
3
// instead of the intended
4
// false && (false || true
5
//
6
// RUN: false
7
// RUN: false || true
8
//
9
// XFAIL: *