repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
diff-w.txt
blob
e5b0777c4186b720e2c5846b237f2660c4a2ec6b
1
# RUN: echo 'f o o' > %t.0
2
# RUN: echo 'b a r' >> %t.0
3
# RUN: echo 'b a z' >> %t.0
4
5
# RUN: echo 'f o o' > %t.1
6
# RUN: echo 'bar' >> %t.1
7
# RUN: echo 'b a t' >> %t.1
8
9
# Due to -w, only third line has a change.
10
# RUN: diff -w %t.0 %t.1