commit | 659c052dfb11c88d3b52f30b9f3bd9e95ace8327 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Wed Nov 14 14:33:59 2012 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Wed Nov 14 14:33:59 2012 +0000 |
tree | a47c202bb66dd47ead32f8d1e25199adc26ab179 | |
parent | 15ab115df57949fa55d92ffdfba491f7d02ed60f [diff] [blame] |
[TSan] fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167928 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Instrumentation/ThreadSanitizer.cpp b/lib/Transforms/Instrumentation/ThreadSanitizer.cpp index 9e10fc4..0617e54 100644 --- a/lib/Transforms/Instrumentation/ThreadSanitizer.cpp +++ b/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
@@ -391,7 +391,7 @@ case NotAtomic: assert(false); case Unordered: // Fall-through. case Monotonic: v = 0; break; - // case Consume: v = 1; break; // Not specified yet. + // case Consume: v = 1; break; // Not specified yet. case Acquire: v = 2; break; case Release: v = 3; break; case AcquireRelease: v = 4; break;