Skip to content
Commit 28d89bd6 authored by Mike Stump's avatar Mike Stump
Browse files

Avoid warnings for functions that return a value using MS-style inline

assembly code.  This avoids changing the bahvior when normal asm("")
statements are used.

The type of code affected would be:

  void* t4(void) { __asm mov eax, fs:[0x10] }

I hope people like this version, if not, let me know.

llvm-svn: 92531
parent 1a51a211
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment