PostOrderIterator really does depend on Method and BasicBlock. Obviously this
[oota-llvm.git] / getsrcs.sh
index e9b45974840f7e28c1ea0fa38f1aa9005dd44dc2..7781a5848a913506e381dcbb10adcf415f337376 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 # This is useful because it prints out all of the source files.  Useful for
 # greps.
-find . -name \*.\[chyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v test | grep -v .flc
+find . -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v test | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' | grep -v '\.dir$' | grep -v docs/doxygen
+