This commit is contained in:
Rachael Alexanderson 2016-11-28 20:30:40 -05:00
commit 015151d0f4
1 changed files with 1 additions and 5 deletions

View File

@ -617,8 +617,7 @@ std::string LLVMProgram::DumpModule()
}
/////////////////////////////////////////////////////////////////////////////
#include <chrono>
#include <thread>
int main(int argc, char **argv)
{
if (argc != 2)
@ -661,8 +660,5 @@ int main(int argc, char **argv)
//LLVMDrawers drawersAVX("sandybridge");
//LLVMDrawers drawersAVX2("haswell");
using namespace std::chrono_literals;
std::this_thread::sleep_for(2s); // Doh! Silly OS!
return 0;
}