Thumb2 assembly parsing and encoding for USAX.
[oota-llvm.git] / lib / Analysis / LibCallSemantics.cpp
index e0060c3e89b1aa578237cdbc991387d293fdceba..81b0f46f3740e730221158d42906cc0cb289c8d5 100644 (file)
@@ -40,7 +40,8 @@ const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {
 
 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
 /// the specified function if we have it.  If not, return null.
-const LibCallFunctionInfo *LibCallInfo::getFunctionInfo(Function *F) const {
+const LibCallFunctionInfo *
+LibCallInfo::getFunctionInfo(const Function *F) const {
   StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
   
   /// If this is the first time we are querying for this info, lazily construct