summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-08-07 09:52:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-08-07 09:52:34 +0000
commit289b7b696990c1080b05d14079806c14e2a3ceb8 (patch)
treeb4a6e32e4538555397d9d2140860ad7e9ed60d71
parent15d5eefc6542044c04ff72b855be206774c76591 (diff)
downloadbcm5719-llvm-289b7b696990c1080b05d14079806c14e2a3ceb8.tar.gz
bcm5719-llvm-289b7b696990c1080b05d14079806c14e2a3ceb8.zip
Commit a no-op change to StringRef to (hopefully) trigger build bots.
r187874 seems to have been missed by the build bot infrastructure, and the subsequent commits to compiler-rt don't seem to be queuing up new build requsets. Hopefully this will. As it happens, having the space here is the more common formatting. =] llvm-svn: 187879
-rw-r--r--llvm/include/llvm/ADT/StringRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/StringRef.h b/llvm/include/llvm/ADT/StringRef.h
index 6215d3f6eae..3e1e24c1ea4 100644
--- a/llvm/include/llvm/ADT/StringRef.h
+++ b/llvm/include/llvm/ADT/StringRef.h
@@ -19,7 +19,7 @@
#include <utility>
namespace llvm {
- template<typename T>
+ template <typename T>
class SmallVectorImpl;
class APInt;
class hash_code;
OpenPOWER on IntegriCloud