aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2012-11-26 16:27:22 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2012-11-26 16:27:22 +0000
commit000a3958e91eb64c985cc40fd7e29def407601fa (patch)
tree3a49ff7b6ec7d06b3bc61a5fbf2a9f0a8f523709 /llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
parent93e67b6c06a1b0a25f05bce05de7ce780db4c24e (diff)
downloadllvm-000a3958e91eb64c985cc40fd7e29def407601fa.zip
llvm-000a3958e91eb64c985cc40fd7e29def407601fa.tar.gz
llvm-000a3958e91eb64c985cc40fd7e29def407601fa.tar.bz2
Remove stray trailing backslash
llvm-svn: 168592
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
index 55a5381..d054b5e 100644
--- a/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
@@ -419,7 +419,7 @@ static ConstantInt *createFailOrdering(IRBuilder<> *IRB, AtomicOrdering ord) {
// standards. For background see C++11 standard. A slightly older, publically
// available draft of the standard (not entirely up-to-date, but close enough
// for casual browsing) is available here:
-// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf\
+// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf
// The following page contains more background information:
// http://www.hpl.hp.com/personal/Hans_Boehm/c++mm/