Transforms: use typedef rather than using aliases
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 7 Nov 2014 22:09:52 +0000 (22:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 7 Nov 2014 22:09:52 +0000 (22:09 +0000)
commit6faf6b1833cbd8ee82fe982da90bc8ee71e6e95b
treed714b7a4d305c69a972bf411eeaa9d313f205e3d
parent3fc63a67f2c6c23a957a5316e40d58e6c983b16a
Transforms: use typedef rather than using aliases

Visual Studio 2012 apparently does not support using alias declarations.  Use
the more traditional typedef approach.  This should let the Windows buildbots
pass.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221554 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SymbolRewriter.cpp