MC: remove unnecessary enumeration prefix
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 1 Sep 2014 23:48:29 +0000 (23:48 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 1 Sep 2014 23:48:29 +0000 (23:48 +0000)
commit0c1740ce1a7a6c0f82e1b0c9fe5d213e9cf05395
treea8791325495b9371383a8131b04d5effede5fff4
parente64e7c4634ddc8687533f14c1bb2c89ad99edef1
MC: remove unnecessary enumeration prefix

This is an enum class, and will be appropriately prefixed, making the encoding
type prefix redundant.  No change to any uses as the use of this was not yet
introduced.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216893 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/MC/MCAsmInfo.cpp