mchalupa / dg

[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.
MIT License
474 stars 131 forks source link

Typo in "bitcode" [Doc] #360

Closed vwvw closed 3 years ago

vwvw commented 3 years ago

According to LLVM docs, it bitcode not bitecode. Thanks for your work!