Enable intel_ocl_bicc for x86_64 target. This was missed in r171056.

llvm-svn: 171969
This commit is contained in:
Guy Benyei 2013-01-09 12:21:44 +00:00
parent 73e484aa8a
commit 6313f780e1
1 changed files with 1 additions and 0 deletions

View File

@ -775,6 +775,7 @@ public:
return CCCR_Warning;
case CC_C:
case CC_Default:
case CC_IntelOclBicc:
return CCCR_OK;
}
}