1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix VC++ compilation error

llvm-svn: 19423
This commit is contained in:
Jeff Cohen 2005-01-09 20:41:56 +00:00
parent fa06762d0e
commit 91dd6d2d20

View File

@ -19,6 +19,7 @@
#include <iostream>
#include <set>
#include <cmath>
#include <algorithm>
using namespace llvm;
/// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)