diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 22:20:22 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 22:20:22 +0000 |
| commit | 6837077fcf393b1acf6a7b3dd1f6833b75ee90bb (patch) | |
| tree | 0cccca33e408716d0b19b4a75c4d2af8575c1544 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | 4c55af68509a2779a6321f894f568a338185371f (diff) | |
| download | bcm5719-llvm-6837077fcf393b1acf6a7b3dd1f6833b75ee90bb.tar.gz bcm5719-llvm-6837077fcf393b1acf6a7b3dd1f6833b75ee90bb.zip | |
[PowerPC] Remove old README.txt entry
We no longer generate horrible code for the stated function:
void f(signed char *a, _Bool b, _Bool c) {
signed char t = 0;
if (b) t = *a;
if (c) *a = t;
}
for which we now generate:
.L.f:
andi. 5, 5, 1
cmpldi 1, 4, 0
li 5, 0
beq 1, .LBB0_2
lbz 5, 0(3)
.LBB0_2: # %if.end
bclr 4, 1, 0
stb 5, 0(3)
blr
so we don't need the README.txt entry.
llvm-svn: 225217
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
0 files changed, 0 insertions, 0 deletions

