Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Transforms / GVN / lpre-call-wrap-2.ll
index e39f3ed87d1c3b2ef118977db8c22c5c676e42d9..35e3534a9c892b3191b47db693ab05abc9e13515 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -S -basicaa -gvn -enable-load-pre %s | FileCheck %s
+; RUN: opt -S -basicaa -gvn -enable-load-pre %s | FileCheck %s
 ;
 ; The partially redundant load in bb1 should be hoisted to "bb".  This comes
 ; from this C code (GCC PR 23455):