diff options
Diffstat (limited to 'lib/Sema/TargetAttributesSema.cpp')
-rw-r--r-- | lib/Sema/TargetAttributesSema.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/TargetAttributesSema.cpp b/lib/Sema/TargetAttributesSema.cpp index bb618027dd..96117ad306 100644 --- a/lib/Sema/TargetAttributesSema.cpp +++ b/lib/Sema/TargetAttributesSema.cpp @@ -275,4 +275,3 @@ const TargetAttributesSema &Sema::getTargetAttributesSema() const { return *(TheTargetAttributesSema = new X86AttributesSema); } } - |