We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7776820 commit 7340936Copy full SHA for 7340936
src/librustc_trans/trans/cabi_powerpc.rs
@@ -8,6 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+use libc::c_uint;
12
use llvm;
13
use llvm::{Integer, Pointer, Float, Double, Struct, Array};
14
use llvm::{StructRetAttribute, ZExtAttribute};
0 commit comments