IR: Remove a redundant function. NFC
[oota-llvm.git] / lib / IR / DebugInfoMetadata.cpp
index 89111f73ae21e5acf8d457723082a0e408d20ee0..3c293c25c912817ea033558bde5b159b88290671 100644 (file)
@@ -386,6 +386,9 @@ DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope,
                                         Metadata *File, unsigned Line,
                                         unsigned Column, StorageType Storage,
                                         bool ShouldCreate) {
+  // Fixup column.
+  adjustColumn(Column);
+
   assert(Scope && "Expected scope");
   DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column));
   Metadata *Ops[] = {File, Scope};