summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-07-09 18:35:46 +0000
committerYonghong Song <yhs@fb.com>2019-07-09 18:35:46 +0000
commita1b2a27a3847d03442acbecf48553515fea74ecd (patch)
tree8d46fb782871b5c6f85992ef6ca43a75415c2a2b
parent2f760c44e6c7472fc72808c3d6f69ad265cada42 (diff)
downloadbcm5719-llvm-a1b2a27a3847d03442acbecf48553515fea74ecd.tar.gz
bcm5719-llvm-a1b2a27a3847d03442acbecf48553515fea74ecd.zip
[BPF] Fix a typo in the file name
Fixed the file name from BPFAbstrctMemberAccess.cpp to BPFAbstractMemberAccess.cpp. Signed-off-by: Yonghong Song <yhs@fb.com> llvm-svn: 365532
-rw-r--r--llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp (renamed from llvm/lib/Target/BPF/BPFAbstrctMemberAccess.cpp)0
-rw-r--r--llvm/lib/Target/BPF/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/BPF/BPFAbstrctMemberAccess.cpp b/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
index 51d4cbc8a42..51d4cbc8a42 100644
--- a/llvm/lib/Target/BPF/BPFAbstrctMemberAccess.cpp
+++ b/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
diff --git a/llvm/lib/Target/BPF/CMakeLists.txt b/llvm/lib/Target/BPF/CMakeLists.txt
index 42d7bf9ec8b..acdce4f7a66 100644
--- a/llvm/lib/Target/BPF/CMakeLists.txt
+++ b/llvm/lib/Target/BPF/CMakeLists.txt
@@ -13,7 +13,7 @@ tablegen(LLVM BPFGenSubtargetInfo.inc -gen-subtarget)
add_public_tablegen_target(BPFCommonTableGen)
add_llvm_target(BPFCodeGen
- BPFAbstrctMemberAccess.cpp
+ BPFAbstractMemberAccess.cpp
BPFAsmPrinter.cpp
BPFFrameLowering.cpp
BPFInstrInfo.cpp
OpenPOWER on IntegriCloud