Fix VC++ compilation error

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-01-09 20:41:56 +00:00
parent ea946cdb1b
commit fd161e964a

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)