X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Ffindmisopt;h=f2a872c6dc3e70f85f3fa4f4e26fa25d529756f8;hb=c266600bec4b5ba0ee93ffdfeaafcab8f1295145;hp=b7ffbd9947d5a8accf87626a4914a05c3366f2dc;hpb=f6101ac7bcb06ec3488bd5afab38f20ae6855e35;p=oota-llvm.git diff --git a/utils/findmisopt b/utils/findmisopt index b7ffbd9947d..f2a872c6dc3 100755 --- a/utils/findmisopt +++ b/utils/findmisopt @@ -7,7 +7,7 @@ # it from finding a problem unless the set of failing optimizations are # known and given to it on the command line. # -# Given a bytecode file that produces correct output (or return code), +# Given a bitcode file that produces correct output (or return code), # this script will run through all the optimizations passes that gccas # uses (in the same order) and will narrow down which optimizations # cause the program either generate different output or return a @@ -21,7 +21,7 @@ # # Where: # bcfile -# is the bytecode file input (the unoptimized working case) +# is the bitcode file input (the unoptimized working case) # outdir # is a directory into which intermediate results are placed # progargs