X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FHost.h;h=b331016322687bbe74f61a0aee73e57c8485b061;hb=57ac1f458a754f30cf500410b438fb260f9b8fe5;hp=d52f6319563f371ae3beabe6748c7a556423a3c1;hpb=0173864d8a87d9243d304fbf91b556e20b5a32fc;p=oota-llvm.git diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h index d52f6319563..b3310163226 100644 --- a/include/llvm/Support/Host.h +++ b/include/llvm/Support/Host.h @@ -33,8 +33,8 @@ namespace sys { return !isLittleEndianHost(); } - /// getDefaultTargetTriple() - Return the target triple of the running - /// system. + /// getDefaultTargetTriple() - Return the default target triple the compiler + /// has been configured to produce code for. /// /// The target triple is a string in the format of: /// CPU_TYPE-VENDOR-OPERATING_SYSTEM