Remove unnecessary check for Darwin. rdar://problem/16264854
[oota-llvm.git] / lib / IR / Use.cpp
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Chandler Carruth[cleanup] Use early exit and simpler temporary variable...
2014-03-04 Chandler Carruth[cleanup] Run clang-format over the Use code. It was...
2014-03-04 Chandler Carruth[cleanup] Tidy up and modernize comments and the defini...
2013-01-14 David GreeneFix Casting
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.