This is an archive of the discontinued LLVM Phabricator instance.

[mips] Switch asm to __asm__ for non-GNU compiles.
ClosedPublic

Authored by srhines on Jul 21 2017, 7:02 PM.

Details

Summary

Using asm works fine for gnu11, but fails if the compiler uses C11.
Switch to the more consistent asm, since that is what the rest of
the source is using.

Diff Detail

Repository
rL LLVM

Event Timeline

srhines created this revision.Jul 21 2017, 7:02 PM
srhines added a subscriber: llvm-commits.
petarj accepted this revision.Jul 24 2017, 7:20 AM
This revision is now accepted and ready to land.Jul 24 2017, 7:20 AM
This revision was automatically updated to reflect the committed changes.