Skip to content

Commit 63df1e9

Browse files
committed
librustc: remove already addressed XXX
1 parent 778f845 commit 63df1e9

File tree

1 file changed

+0
-1
lines changed
  • src/librustc/middle/trans

1 file changed

+0
-1
lines changed

src/librustc/middle/trans/asm.rs

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ pub fn trans_inline_asm(bcx: block, ia: &ast::inline_asm) -> block {
118118
119119
let r = do str::as_c_str(*ia.asm) |a| {
120120
do str::as_c_str(constraints) |c| {
121-
// XXX: Allow selection of at&t or intel
122121
InlineAsmCall(bcx, a, c, inputs, output, ia.volatile, ia.alignstack, dialect)
123122
}
124123
};

0 commit comments

Comments
 (0)