diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2012-11-26 16:27:22 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2012-11-26 16:27:22 +0000 |
commit | 000a3958e91eb64c985cc40fd7e29def407601fa (patch) | |
tree | 3a49ff7b6ec7d06b3bc61a5fbf2a9f0a8f523709 /llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp | |
parent | 93e67b6c06a1b0a25f05bce05de7ce780db4c24e (diff) | |
download | llvm-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.cpp | 2 |
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/ |