[llvm] 3abdd9b - Fix a typo ll->llc in test

Haojian Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 04:24:19 PST 2022


Author: Haojian Wu
Date: 2022-12-07T13:24:06+01:00
New Revision: 3abdd9b91bc17541e78de6251043e178efe0e3ee

URL: https://github.com/llvm/llvm-project/commit/3abdd9b91bc17541e78de6251043e178efe0e3ee
DIFF: https://github.com/llvm/llvm-project/commit/3abdd9b91bc17541e78de6251043e178efe0e3ee.diff

LOG: Fix a typo ll->llc in test

Added: 
    

Modified: 
    llvm/test/CodeGen/Hexagon/infinite-loop.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Hexagon/infinite-loop.ll b/llvm/test/CodeGen/Hexagon/infinite-loop.ll
index a937d346a3ea..e95309bdf59c 100644
--- a/llvm/test/CodeGen/Hexagon/infinite-loop.ll
+++ b/llvm/test/CodeGen/Hexagon/infinite-loop.ll
@@ -1,4 +1,4 @@
-; RUN: ll < %s
+; RUN: llc < %s
 
 target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
 target triple = "hexagon-unknown--elf"


        


More information about the llvm-commits mailing list