X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Ffindoptdiff;h=7a2eab05d71a54857f629cb336719dde0c9b99c8;hb=d75280809649c8f468b4facf2adec246404cad18;hp=4f8d08dbffe1fedd78f164380d2522a11937e107;hpb=66284e063a1e46500acae48bdc0e4a00652021d1;p=oota-llvm.git diff --git a/utils/findoptdiff b/utils/findoptdiff index 4f8d08dbffe..7a2eab05d71 100755 --- a/utils/findoptdiff +++ b/utils/findoptdiff @@ -14,7 +14,7 @@ # second build contains some experimental optimization features that # are suspected of producing a misoptimization. # -# The script takes two bytecode files, one from each build. They are +# The script takes two bitcode files, one from each build. They are # presumed to be a compilation of the same program or program fragment # with the only difference being the builds. # @@ -39,9 +39,9 @@ # llvm2 # is the path to the second llvm build dir # bc1 -# is the bytecode file for the first llvm environment +# is the bitcode file for the first llvm environment # bc2 -# is the bytecode file for the second llvm environment +# is the bitcode file for the second llvm environment # filter1 # is an optional filter for filtering the llvm1 generated assembly # filter2