From d757d3f5c20043db3a6d5e8011ea35832f311086 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 24 Jul 2011 20:45:08 +0000 Subject: switch Triple to take twines instead of stringrefs. llvm-svn: 135889 --- llvm/lib/Support/Triple.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/Support/Triple.cpp') diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index 20026194b85..e1729bfdf37 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -8,16 +8,11 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/Triple.h" - #include "llvm/ADT/SmallString.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/ADT/Twine.h" -#include #include using namespace llvm; -// - const char *Triple::getArchTypeName(ArchType Kind) { switch (Kind) { case InvalidArch: return ""; -- cgit v1.2.3