summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-12-14 01:42:38 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-12-14 01:42:38 +0000
commitdb934e747485cc9b4378a02c6d6a47fc83657996 (patch)
treef2394996574a38e1233a0dd972dbecbb4ffd8f9c /test
parent885b3283eacb01bf281245ed0c19ae8ccca1fc8a (diff)
downloadllvm-db934e747485cc9b4378a02c6d6a47fc83657996.tar.gz
llvm-db934e747485cc9b4378a02c6d6a47fc83657996.tar.bz2
llvm-db934e747485cc9b4378a02c6d6a47fc83657996.tar.xz
fix fixme case typo :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/2010-12-13-reloc-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-12-13-reloc-pic.ll b/test/CodeGen/ARM/2010-12-13-reloc-pic.ll
index 7c4700b621..52fd2df141 100644
--- a/test/CodeGen/ARM/2010-12-13-reloc-pic.ll
+++ b/test/CodeGen/ARM/2010-12-13-reloc-pic.ll
@@ -1,7 +1,7 @@
; RUN: llc %s -mtriple=armv7-linux-gnueabi -arm-use-movt -relocation-model=pic -filetype=obj -o - | \
; RUN: elf-dump --dump-section-data | FileCheck -check-prefix=PIC01 %s
-;; Fixme: Reduce this test further, or even better,
+;; FIXME: Reduce this test further, or even better,
;; redo as .s -> .o test once ARM AsmParser is working better
; ModuleID = 'large2.pnacl.bc'