This is an archive of the discontinued LLVM Phabricator instance.

x86: NFC remove needless InstrCompiler cast
ClosedPublic

Authored by jfb on Aug 5 2015, 4:16 PM.

Details

Summary

The casts from String to PatFrag weren't needed if we instead provided an SDNode. This fix was suggested by @pete in D11382.

Diff Detail

Event Timeline

jfb updated this revision to Diff 31415.Aug 5 2015, 4:16 PM
jfb retitled this revision from to x86: NFC remove needless InstrCompiler cast.
jfb updated this object.
jfb added subscribers: llvm-commits, pete.
This revision was automatically updated to reflect the committed changes.
pete added a comment.Aug 5 2015, 5:08 PM

Thanks for doing this so quickly!