summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-10-20 15:02:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-10-20 15:02:18 +0000
commitb2505005c7289bf4ca3d22612d86c1029a6c3b4d (patch)
tree2757f2135bc9f7009365117cf907a76ac3164e7c /llvm/lib/CodeGen
parent5d8cdb83db58829bacc8d5478030b41a20acaf19 (diff)
downloadbcm5719-llvm-b2505005c7289bf4ca3d22612d86c1029a6c3b4d.tar.gz
bcm5719-llvm-b2505005c7289bf4ca3d22612d86c1029a6c3b4d.zip
Retire llvm::alignOf in favor of C++11 alignof.
No functionality change intended. llvm-svn: 284733
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineSSAUpdater.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineSSAUpdater.cpp b/llvm/lib/CodeGen/MachineSSAUpdater.cpp
index 47ad60c5dd5..e9b47559309 100644
--- a/llvm/lib/CodeGen/MachineSSAUpdater.cpp
+++ b/llvm/lib/CodeGen/MachineSSAUpdater.cpp
@@ -18,7 +18,6 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
OpenPOWER on IntegriCloud