diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/BoundsChecking.cpp')
| -rw-r--r-- | lib/Transforms/Instrumentation/BoundsChecking.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/BoundsChecking.cpp b/lib/Transforms/Instrumentation/BoundsChecking.cpp index f6858034d79eb..a8874251ee072 100644 --- a/lib/Transforms/Instrumentation/BoundsChecking.cpp +++ b/lib/Transforms/Instrumentation/BoundsChecking.cpp @@ -63,7 +63,7 @@ namespace {      void emitBranchToTrap(Value *Cmp = nullptr);      bool instrument(Value *Ptr, Value *Val, const DataLayout &DL);   }; -} +} // namespace  char BoundsChecking::ID = 0;  INITIALIZE_PASS(BoundsChecking, "bounds-checking", "Run-time bounds checking",  | 
