diff options
author | Jason W Kim <jason.w.kim.2009@gmail.com> | 2010-12-14 01:42:38 +0000 |
---|---|---|
committer | Jason W Kim <jason.w.kim.2009@gmail.com> | 2010-12-14 01:42:38 +0000 |
commit | 12960558416a6797ea7504e7d9934bb11a5b1f42 (patch) | |
tree | 54ae5325e28c2e605607438ea84837a41a8dad69 | |
parent | f99dbb9e77226c2035be4e7cc458f43f46a5fb70 (diff) | |
download | bcm5719-llvm-12960558416a6797ea7504e7d9934bb11a5b1f42.tar.gz bcm5719-llvm-12960558416a6797ea7504e7d9934bb11a5b1f42.zip |
fix fixme case typo :-)
llvm-svn: 121743
-rw-r--r-- | llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll b/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll index 7c4700b6212..52fd2df1413 100644 --- a/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll +++ b/llvm/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' |