added nvptx declaration to other target & fixed nvptx64 recognition

This commit is contained in:
Evghenii
2013-11-14 20:12:58 +01:00
parent 7aa37b19a9
commit f1fc3bdfba
7 changed files with 23 additions and 24 deletions

View File

@@ -275,3 +275,5 @@ define i64 @__popcnt_int64(i64) nounwind readonly alwaysinline {
%call = call i64 @llvm.ctpop.i64(i64 %0)
ret i64 %call
}
declare_nvptx64()