[llvm-commits] [llvm] r121743 - /llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll

Jason W Kim jason.w.kim.2009 at gmail.com
Mon Dec 13 17:42:39 PST 2010


Author: jasonwkim
Date: Mon Dec 13 19:42:38 2010
New Revision: 121743

URL: http://llvm.org/viewvc/llvm-project?rev=121743&view=rev
Log:
fix fixme case typo :-) 

Modified:
    llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll

Modified: llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll?rev=121743&r1=121742&r2=121743&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2010-12-13-reloc-pic.ll Mon Dec 13 19:42:38 2010
@@ -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'





More information about the llvm-commits mailing list