aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2010-01-04 23:01:10 +0000
committerMike Stump <mrs@apple.com>2010-01-04 23:01:10 +0000
commit28d89bd652e59441adbb8f68e3e9ac3ea621cbfa (patch)
treee09aa4b453293ad878d66b78788e56616d07be32 /llvm/lib/CodeGen/MachineFunction.cpp
parent1a51a211c6f3faba5718b22c3482b310417121b9 (diff)
downloadllvm-28d89bd652e59441adbb8f68e3e9ac3ea621cbfa.zip
llvm-28d89bd652e59441adbb8f68e3e9ac3ea621cbfa.tar.gz
llvm-28d89bd652e59441adbb8f68e3e9ac3ea621cbfa.tar.bz2
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions