From 2584eaf24e5e411c6b49eb922ae4e05457e50a41 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Aug 2015 04:23:11 +0000 Subject: [PATCH] Update file comment to more accurately describe what's implemented. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246006 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/Targets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 7c02731ca2..1baed6f7b7 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1,4 +1,4 @@ -//===--- Targets.cpp - Implement -arch option and targets -----------------===// +//===--- Targets.cpp - Implement target feature support -------------------===// // // The LLVM Compiler Infrastructure // -- 2.50.1