diff options
author | Craig Topper <craig.topper@intel.com> | 2018-05-31 00:51:20 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-05-31 00:51:20 +0000 |
commit | c6338679446a62d64c747531a8e11250dbedc8b0 (patch) | |
tree | b3f7d4ee8b999001400c2c828fa1e74253d8f395 /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | |
parent | 7744c7f137bc7c079353f0ca40b7fa2b26bcdb3b (diff) | |
download | bcm5719-llvm-c6338679446a62d64c747531a8e11250dbedc8b0.tar.gz bcm5719-llvm-c6338679446a62d64c747531a8e11250dbedc8b0.zip |
[X86] Remove __extension__ from macro intrinsics when its not needed.
I think this is a holdover from when we used to declare variables inside the macros. And then its been copy and pasted forward for years every time a new macro intrinsic gets added.
Interestingly this caused some tests for IRGen to be slightly more optimized. We now return a zeroinitializer directly instead of going through a store+load.
It also removed a bogus error message on another test.
llvm-svn: 333613
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions