[TableGen] Remove unnecessary default constructed SMLoc that just existed to return...
authorCraig Topper <craig.topper@gmail.com>
Mon, 8 Jun 2015 01:35:45 +0000 (01:35 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 8 Jun 2015 01:35:45 +0000 (01:35 +0000)
commit095bfde743392245f62d2f9e8da690db439684ef
tree8da087b97b610539a3c94cb612511793049a5766
parent6af266fd88c38ea8dc4460a63658cd79f3ea9328
[TableGen] Remove unnecessary default constructed SMLoc that just existed to return. Instead just call the default constructor in the return.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239277 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CTagsEmitter.cpp