commit | 18f805a7ea5f369ef523821693f1176b40bcfc7e | [log] [tgz] |
---|---|---|
author | Guillaume Chatelet <gchatelet@google.com> | Fri Sep 27 12:54:21 2019 +0000 |
committer | Guillaume Chatelet <gchatelet@google.com> | Fri Sep 27 12:54:21 2019 +0000 |
tree | 4304e048240695e0f4522b01e36ff6a884d83c5a | |
parent | 7e317cab732181540fcd03000b3d3e2a5c8bc642 [diff] [blame] |
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types llvm-svn: 373081
diff --git a/llvm/lib/CodeGen/PatchableFunction.cpp b/llvm/lib/CodeGen/PatchableFunction.cpp index 9d7605f..529fde84 100644 --- a/llvm/lib/CodeGen/PatchableFunction.cpp +++ b/llvm/lib/CodeGen/PatchableFunction.cpp
@@ -78,7 +78,7 @@ MIB.add(MO); FirstActualI->eraseFromParent(); - MF.ensureAlignment(llvm::Align(16)); + MF.ensureAlignment(Align(16)); return true; }