Transforms: address some late comments
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 8 Nov 2014 00:00:50 +0000 (00:00 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 8 Nov 2014 00:00:50 +0000 (00:00 +0000)
commitbbfcec17e498d4dcbe7cd0aeb896d9bacb341253
tree181426bf1d04c6c242aa97350e443fb23d4025d7
parent8724a6db6b3b8a9cc4ec21c6a612649f3360f755
Transforms: address some late comments

We already use the llvm namespace.  Remove the unnecessary prefix.  Use the
StringRef::equals method to compare with C strings rather than instantiating
std::strings.

Addresses late review comments from David Majnemer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Passes.cpp
lib/Transforms/Utils/SymbolRewriter.cpp