projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b2dc2
)
Remove commented out function.
author
Eric Christopher
<echristo@gmail.com>
Thu, 26 Feb 2015 23:36:28 +0000
(23:36 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Thu, 26 Feb 2015 23:36:28 +0000
(23:36 +0000)
(Saving files works, who knew?)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230701
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/DebugLoc.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/DebugLoc.h
b/include/llvm/IR/DebugLoc.h
index 3d0a250d4280787afc023abe27c65b55c6e13941..c29d5bf12d8167aabd1557f4edefc1faa88238e8 100644
(file)
--- a/
include/llvm/IR/DebugLoc.h
+++ b/
include/llvm/IR/DebugLoc.h
@@
-103,7
+103,6
@@
namespace llvm {
void dump(const LLVMContext &) const { dump(); }
/// \brief prints source location /path/to/file.exe:line:col @[inlined at]
void print(raw_ostream &OS) const;
- // void print(const LLVMContext &, raw_ostream &OS) const { print(OS); }
};
} // end namespace llvm