[PATCH] D33443: Fix PR33031: Cannot scavenge register without an emergency spill slot.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 19:05:16 PDT 2017


MatzeB added inline comments.


================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:125
 #include "llvm/Target/TargetSubtargetInfo.h"
+#include <algorithm>
 #include <cassert>
----------------
unnecessary?


https://reviews.llvm.org/D33443





More information about the llvm-commits mailing list