diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2016-06-28 01:45:05 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2016-06-28 01:45:05 +0000 |
| commit | 9980075133ceec5746318ba133a1b09cffebd6ee (patch) | |
| tree | 0975f8c56f20d2ff64ecdb1779dc267dde290d74 /llvm/test/CodeGen | |
| parent | 73fa33b1026e26d1331d5e51890243ae4d9a5c17 (diff) | |
| download | bcm5719-llvm-9980075133ceec5746318ba133a1b09cffebd6ee.tar.gz bcm5719-llvm-9980075133ceec5746318ba133a1b09cffebd6ee.zip | |
NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.
Bonus changes, * placement in X86ISelLowering and 'exerce' -> 'exercise' in test.
llvm-svn: 273984
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll b/llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll index bee4238ce6a..cb608fc18d9 100644 --- a/llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll +++ b/llvm/test/CodeGen/ARM/arm-shrink-wrapping.ll @@ -629,7 +629,7 @@ end: declare double @llvm.pow.f64(double, double) ; This function needs to spill floating point registers to -; exerce the path where we were deferencing the end iterator +; exercise the path where we were dereferencing the end iterator ; to access debug info location while inserting the spill code ; during PEI with shrink-wrapping enable. ; CHECK-LABEL: debug_info: |

