Skip to content

Commit

Permalink
librustc: remove already addressed XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Mar 27, 2013
1 parent 778f845 commit 63df1e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/trans/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ pub fn trans_inline_asm(bcx: block, ia: &ast::inline_asm) -> block {

let r = do str::as_c_str(*ia.asm) |a| {
do str::as_c_str(constraints) |c| {
// XXX: Allow selection of at&t or intel
InlineAsmCall(bcx, a, c, inputs, output, ia.volatile, ia.alignstack, dialect)
}
};
Expand Down

4 comments on commit 63df1e9

@bors
Copy link
Contributor

@bors bors commented on 63df1e9 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at luqmana@63df1e9

@bors
Copy link
Contributor

@bors bors commented on 63df1e9 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging luqmana/rust/inline-asm = 63df1e9 into auto

@bors
Copy link
Contributor

@bors bors commented on 63df1e9 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luqmana/rust/inline-asm = 63df1e9 merged ok, testing candidate = 5ec29a3d

@bors
Copy link
Contributor

@bors bors commented on 63df1e9 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.